Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c185 if (idx == (hw->fkq_data.nb_fake_tx_queues - 1)) { in hns3_fake_tx_queue_release()
186 hw->fkq_data.nb_fake_tx_queues = 0; in hns3_fake_tx_queue_release()
236 for (i = 0; i < fkq_data->nb_fake_tx_queues; i++) { in hns3_free_tx_queues()
1107 for (i = 0; i < hw->fkq_data.nb_fake_tx_queues; i++) { in hns3_init_tx_queues()
1457 uint16_t old_nb_queues = hw->fkq_data.nb_fake_tx_queues; in hns3_fake_tx_queue_config()
1468 hw->fkq_data.nb_fake_tx_queues = 0; in hns3_fake_tx_queue_config()
1494 hw->fkq_data.nb_fake_tx_queues = nb_queues; in hns3_fake_tx_queue_config()
H A Dhns3_ethdev.h185 uint16_t nb_fake_tx_queues; /* Number of fake TX queues. */ member