Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c672 uint16_t tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg() local
675 tx_qnum_per_tc = nb_tx_q / hw->num_tc; in hns3_tc_queue_mapping_cfg()
676 used_tx_queues = hw->num_tc * tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
685 hw->tx_qnum_per_tc = tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
690 tc_queue->tqp_offset = i * hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
691 tc_queue->tqp_count = hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
H A Dhns3_ethdev.h545 uint16_t tx_qnum_per_tc; /* TX queue number per TC */ member
H A Dhns3_ethdev_dump.c215 hw->rss_size_max, hw->alloc_rss_size, hw->tx_qnum_per_tc, in get_device_basic_info()