Searched defs:t4_sched_params (Results 1 – 2 of 2) sorted by relevance
269 struct t4_sched_params { struct270 int8_t subcmd; /* sub-command */271 int8_t type; /* packet or flow */272 union {278 } u;
10601 int t4_sched_params(struct adapter *adapter, int type, int level, int mode, in t4_sched_params() function