Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c671 uint16_t used_tx_queues; in hns3_tc_queue_mapping_cfg() local
676 used_tx_queues = hw->num_tc * tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
677 if (used_tx_queues != nb_tx_q) { in hns3_tc_queue_mapping_cfg()
684 hw->used_tx_queues = used_tx_queues; in hns3_tc_queue_mapping_cfg()
H A Dhns3_ethdev.h539 uint16_t used_tx_queues; member