Searched refs:tc_port_matchall (Results 1 – 1 of 1) sorted by relevance
140 struct cxgb4_tc_port_matchall *tc_port_matchall; in cxgb4_matchall_alloc_tc() local148 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_tc()175 tc_port_matchall->egress.hwtc = e->idx; in cxgb4_matchall_alloc_tc()176 tc_port_matchall->egress.cookie = cls->cookie; in cxgb4_matchall_alloc_tc()177 tc_port_matchall->egress.state = CXGB4_MATCHALL_STATE_ENABLED; in cxgb4_matchall_alloc_tc()187 struct cxgb4_tc_port_matchall *tc_port_matchall; in cxgb4_matchall_free_tc() local191 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_tc()193 cxgb4_sched_class_free(dev, tc_port_matchall->egress.hwtc); in cxgb4_matchall_free_tc()195 tc_port_matchall->egress.hwtc = SCHED_CLS_NONE; in cxgb4_matchall_free_tc()196 tc_port_matchall->egress.cookie = 0; in cxgb4_matchall_free_tc()[all …]