Home
last modified time | relevance | path

Searched refs:sched_tbl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsched.c47 struct sched_table *s = pi->sched_tbl; in t4_sched_class_fw_cmd()
114 struct sched_table *s = pi->sched_tbl; in t4_sched_queue_lookup()
194 struct sched_table *s = pi->sched_tbl; in t4_sched_queue_bind()
326 s = pi->sched_tbl; in cxgb4_sched_class_bind()
370 s = pi->sched_tbl; in cxgb4_sched_class_unbind()
382 struct sched_table *s = pi->sched_tbl; in t4_sched_class_lookup()
428 struct sched_table *s = pi->sched_tbl; in t4_sched_class_alloc()
541 s = pi->sched_tbl; in t4_cleanup_sched()
Dsched.h86 return !pi->sched_tbl ? false : true; in can_sched()
93 if ((class_id > pi->sched_tbl->sched_size - 1) && in valid_class_id()
Dcxgb4.h585 struct sched_table *sched_tbl; member
Dcxgb4_main.c5738 pi->sched_tbl = t4_init_sched(adapter->params.nsched_cls); in init_one()
5739 if (!pi->sched_tbl) in init_one()