Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_matchall.c179 struct cxgb4_tc_port_matchall *tc_port_matchall; in cxgb4_matchall_alloc_tc() local
187 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_tc()
214 tc_port_matchall->egress.hwtc = e->idx; in cxgb4_matchall_alloc_tc()
215 tc_port_matchall->egress.cookie = cls->cookie; in cxgb4_matchall_alloc_tc()
216 tc_port_matchall->egress.state = CXGB4_MATCHALL_STATE_ENABLED; in cxgb4_matchall_alloc_tc()
226 struct cxgb4_tc_port_matchall *tc_port_matchall; in cxgb4_matchall_free_tc() local
230 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_tc()
232 cxgb4_sched_class_free(dev, tc_port_matchall->egress.hwtc); in cxgb4_matchall_free_tc()
234 tc_port_matchall->egress.hwtc = SCHED_CLS_NONE; in cxgb4_matchall_free_tc()
235 tc_port_matchall->egress.cookie = 0; in cxgb4_matchall_free_tc()
[all …]