Searched refs:tc_port_matchall (Results 1 – 1 of 1) sorted by relevance
135 struct cxgb4_tc_port_matchall *tc_port_matchall; in cxgb4_matchall_alloc_tc() local143 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_tc()166 tc_port_matchall->egress.hwtc = e->idx; in cxgb4_matchall_alloc_tc()167 tc_port_matchall->egress.cookie = cls->cookie; in cxgb4_matchall_alloc_tc()168 tc_port_matchall->egress.state = CXGB4_MATCHALL_STATE_ENABLED; in cxgb4_matchall_alloc_tc()178 struct cxgb4_tc_port_matchall *tc_port_matchall; in cxgb4_matchall_free_tc() local182 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_tc()184 cxgb4_sched_class_free(dev, tc_port_matchall->egress.hwtc); in cxgb4_matchall_free_tc()186 tc_port_matchall->egress.hwtc = SCHED_CLS_NONE; in cxgb4_matchall_free_tc()187 tc_port_matchall->egress.cookie = 0; in cxgb4_matchall_free_tc()[all …]