Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c649 uint16_t used_tx_queues; in hns3_tc_queue_mapping_cfg() local
654 used_tx_queues = hw->num_tc * tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
655 if (used_tx_queues != nb_tx_q) { in hns3_tc_queue_mapping_cfg()
662 hw->used_tx_queues = used_tx_queues; in hns3_tc_queue_mapping_cfg()
1383 if (nb_rx_q != hw->used_rx_queues || nb_tx_q != hw->used_tx_queues) in hns3_dcb_cfg_validate()
H A Dhns3_ethdev.h463 uint16_t used_tx_queues; member