Searched refs:burstsize (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sched.c260 tc->pktsize, tc->burstsize, 1);
484 int rc = 0, fa = -1, i, pktsize, burstsize; local
496 if (pi->sched_params->burstsize > 0)
497 burstsize = pi->sched_params->burstsize;
499 burstsize = pktsize * 4;
512 tc->burstsize == burstsize) {
532 tc->burstsize = burstsize;
[all...]
H A Dadapter.h256 uint16_t burstsize; member in struct:tx_cl_rl_params
267 /* Class Rate Limiter (including the default pktsize and burstsize). */
269 int burstsize; member in struct:tx_sched_params
H A Dt4_main.c6436 SYSCTL_ADD_UINT(ctx, children2, OID_AUTO, "burstsize",
6437 CTLFLAG_RW, &pi->sched_params->burstsize, 0,
6438 "burstsize for per-flow cl-rl (0 means up to the driver)");
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h820 int burstsize, int sleep_ok);
H A Dt4_hw.c10604 int burstsize, int sleep_ok)
10626 cmd.u.params.burstsize = cpu_to_be16(burstsize);
10601 t4_sched_params(struct adapter *adapter, int type, int level, int mode, int rateunit, int ratemode, int channel, int cl, int minrate, int maxrate, int weight, int pktsize, int burstsize, int sleep_ok) argument
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8658 __be16 burstsize; member in struct:fw_sched_cmd::fw_sched::fw_sched_params

Completed in 363 milliseconds