Searched refs:hwtc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.h16 u8 hwtc; /* Traffic class bound to port */ member in struct:cxgb4_matchall_egress_entry
H A Dcxgb4_tc_mqprio.c437 u8 hwtc; local
464 hwtc = tc_port_mqprio->tc_hwtc_map[i];
465 ret = cxgb4_mqprio_class_bind(dev, eosw_txq, hwtc);
519 hwtc = tc_port_mqprio->tc_hwtc_map[i];
520 cxgb4_mqprio_class_unbind(dev, eosw_txq, hwtc);
539 u8 hwtc; local
554 hwtc = tc_port_mqprio->tc_hwtc_map[i];
555 cxgb4_mqprio_class_unbind(dev, eosw_txq, hwtc);
H A Dcxgb4_tc_matchall.c214 tc_port_matchall->egress.hwtc = e->idx;
232 cxgb4_sched_class_free(dev, tc_port_matchall->egress.hwtc);
234 tc_port_matchall->egress.hwtc = SCHED_CLS_NONE;
/linux-master/include/net/
H A Dsch_generic.h667 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY; local
669 return (hwtc < netdev_get_num_tc(dev)) ? hwtc : -EINVAL;

Completed in 131 milliseconds