Searched defs:t4_sched_params (Results 1 – 2 of 2) sorted by relevance
272 struct t4_sched_params { struct273 int8_t subcmd; /* sub-command */274 int8_t type; /* packet or flow */275 union {281 } u;
11127 int t4_sched_params(struct adapter *adapter, int type, int level, int mode, in t4_sched_params() function