Searched refs:burstsize (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sched.c | 239 "burstsize %d\n", p->cl, rc, fw_mode, fw_rateunit, in set_sched_class_params() 276 tc->pktsize, tc->burstsize, 1); in update_tx_sched() 293 "burstsize %d\n", j, rc, tc->mode, tc->rateunit, in update_tx_sched() 295 tc->pktsize, tc->burstsize); in update_tx_sched() 498 int rc = 0, fa, fa2, i, pktsize, burstsize; in t4_reserve_cl_rl_kbps() local 510 if (pi->sched_params->burstsize > 0) in t4_reserve_cl_rl_kbps() 511 burstsize = pi->sched_params->burstsize; in t4_reserve_cl_rl_kbps() 513 burstsize = pktsize * 4; in t4_reserve_cl_rl_kbps() 525 tc->burstsize in t4_reserve_cl_rl_kbps() [all...] |
H A D | adapter.h | 285 uint16_t burstsize; member 298 int burstsize; member
|
H A D | t4_main.c | 8097 CTLFLAG_RW, &pi->sched_params->burstsize, 0, in cxgbe_sysctls()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 895 int burstsize, int sleep_ok);
|
H A D | t4_hw.c | 11130 int burstsize, int sleep_ok) in t4_sched_params() argument 11152 cmd.u.params.burstsize = cpu_to_be16(burstsize); in t4_sched_params()
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 8780 __be16 burstsize; member
|