Home
last modified time | relevance | path

Searched defs:t4_sched_params (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_ioctl.h269 struct t4_sched_params { struct
270 int8_t subcmd; /* sub-command */
271 int8_t type; /* packet or flow */
272 union {
278 } u;
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_hw.c10601 int t4_sched_params(struct adapter *adapter, int type, int level, int mode, in t4_sched_params() function