Searched defs:t4_sched_params (Results 1 – 2 of 2) sorted by relevance
271 struct t4_sched_params { struct272 int8_t subcmd; /* sub-command */273 int8_t type; /* packet or flow */274 union {280 } u;
10992 int t4_sched_params(struct adapter *adapter, int type, int level, int mode, in t4_sched_params() function