Searched refs:rateunit (Results 1 – 6 of 6) sorted by relevance
| /src/sys/dev/cxgbe/ |
| H A D | t4_sched.c | 124 if (p->rateunit == SCHED_CLASS_RATEUNIT_BITS) { in set_sched_class_params() 143 } else if (p->rateunit == SCHED_CLASS_RATEUNIT_PKTS) { in set_sched_class_params() 193 tc->rateunit = fw_rateunit; in set_sched_class_params() 274 FW_SCHED_PARAMS_LEVEL_CL_RL, tc->mode, tc->rateunit, in update_tx_sched() 293 "burstsize %d\n", j, rc, tc->mode, tc->rateunit, in update_tx_sched() 522 tc->rateunit == FW_SCHED_PARAMS_UNIT_BITRATE && in t4_reserve_cl_rl_kbps() 559 tc->rateunit = FW_SCHED_PARAMS_UNIT_BITRATE; in t4_reserve_cl_rl_kbps() 644 switch (tc.rateunit) { in sysctl_tc_params()
|
| H A D | t4_ioctl.h | 267 int8_t rateunit; /* bit or packet rate */ member
|
| H A D | adapter.h | 293 enum fw_sched_params_unit rateunit; /* kbps or pps (when ABS) */ member
|
| /src/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 2976 op.u.params.level = op.u.params.mode = op.u.params.rateunit = in sched_class() 3047 op.u.params.rateunit = SCHED_CLASS_RATEUNIT_BITS; in sched_class() 3049 op.u.params.rateunit = SCHED_CLASS_RATEUNIT_PKTS; in sched_class() 3110 if (op.u.params.rateunit < 0 && in sched_class()
|
| /src/sys/dev/cxgbe/common/ |
| H A D | common.h | 1003 int rateunit, int ratemode, int channel, int cl,
|
| H A D | t4_hw.c | 13248 int rateunit, int ratemode, int channel, int cl, in t4_sched_params() argument 13266 cmd.u.params.unit = rateunit; in t4_sched_params()
|