Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c650 uint16_t tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg() local
653 tx_qnum_per_tc = nb_tx_q / hw->num_tc; in hns3_tc_queue_mapping_cfg()
654 used_tx_queues = hw->num_tc * tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
663 hw->tx_qnum_per_tc = tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
668 tc_queue->tqp_offset = i * hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
669 tc_queue->tqp_count = hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
H A Dhns3_ethdev.h469 uint16_t tx_qnum_per_tc; /* TX queue number per TC */ member