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.c357 tc_port_mqprio->tc_hwtc_map[i] = e->idx; in cxgb4_mqprio_alloc_tc()
364 cxgb4_sched_class_free(dev, tc_port_mqprio->tc_hwtc_map[i]); in cxgb4_mqprio_alloc_tc()
378 cxgb4_sched_class_free(dev, tc_port_mqprio->tc_hwtc_map[i]); in cxgb4_mqprio_free_tc()
464 hwtc = tc_port_mqprio->tc_hwtc_map[i]; in cxgb4_mqprio_enable_offload()
519 hwtc = tc_port_mqprio->tc_hwtc_map[i]; in cxgb4_mqprio_enable_offload()
554 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