Home
last modified time | relevance | path

Searched refs:hns3_queue_to_tc_mapping (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.h207 int hns3_queue_to_tc_mapping(struct hns3_hw *hw, uint16_t nb_rx_q,
H A Dhns3_dcb.c684 hns3_queue_to_tc_mapping(struct hns3_hw *hw, uint16_t nb_rx_q, uint16_t nb_tx_q) in hns3_queue_to_tc_mapping() function
704 ret = hns3_queue_to_tc_mapping(hw, nb_rx_q, nb_tx_q); in hns3_dcb_update_tc_queue_mapping()
H A Dhns3_ethdev_vf.c1432 return hns3_queue_to_tc_mapping(hw, nb_rx_q, nb_tx_q); in hns3vf_set_tc_queue_mapping()