Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c354 tc_port_mqprio->tc_hwtc_map[i] = e->idx; in cxgb4_mqprio_alloc_tc()
361 cxgb4_sched_class_free(dev, tc_port_mqprio->tc_hwtc_map[i]); in cxgb4_mqprio_alloc_tc()
375 cxgb4_sched_class_free(dev, tc_port_mqprio->tc_hwtc_map[i]); in cxgb4_mqprio_free_tc()
461 hwtc = tc_port_mqprio->tc_hwtc_map[i]; in cxgb4_mqprio_enable_offload()
516 hwtc = tc_port_mqprio->tc_hwtc_map[i]; in cxgb4_mqprio_enable_offload()
551 hwtc = tc_port_mqprio->tc_hwtc_map[i]; in cxgb4_mqprio_disable_offload()
H A Dcxgb4_tc_mqprio.h31 u8 tc_hwtc_map[TC_QOPT_MAX_QUEUE]; /* MQPRIO tc to hardware tc map */ member