Searched refs:sched_tbl (Results 1 – 4 of 4) sorted by relevance
46 struct sched_table *s = pi->sched_tbl; in t4_sched_class_fw_cmd()124 struct sched_table *s = pi->sched_tbl; in t4_sched_entry_lookup()182 return qe ? &pi->sched_tbl->tab[qe->param.class] : NULL; in cxgb4_sched_queue_lookup()206 e = &pi->sched_tbl->tab[qe->param.class]; in t4_sched_queue_unbind()217 struct sched_table *s = pi->sched_tbl; in t4_sched_queue_bind()277 e = &pi->sched_tbl->tab[fe->param.class]; in t4_sched_flowc_unbind()288 struct sched_table *s = pi->sched_tbl; in t4_sched_flowc_bind()482 struct sched_table *s = pi->sched_tbl; in t4_sched_class_lookup()608 struct sched_table *s = pi->sched_tbl; in cxgb4_sched_class_free()680 s = pi->sched_tbl; in t4_cleanup_sched()
92 return !pi->sched_tbl ? false : true; in can_sched()99 if ((class_id > pi->sched_tbl->sched_size - 1) && in valid_class_id()
679 struct sched_table *sched_tbl; member
6941 pi->sched_tbl = t4_init_sched(adapter->params.nsched_cls); in init_one()6942 if (!pi->sched_tbl) in init_one()