Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h272 struct t4_sched_params { struct
273 int8_t subcmd; /* sub-command */
274 int8_t type; /* packet or flow */
275 union {
281 } u;
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c11127 int t4_sched_params(struct adapter *adapter, int type, int level, int mode, in t4_sched_params() function