Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c158 if (idx == (hw->fkq_data.nb_fake_rx_queues - 1)) { in hns3_fake_rx_queue_release()
159 hw->fkq_data.nb_fake_rx_queues = 0; in hns3_fake_rx_queue_release()
211 for (i = 0; i < fkq_data->nb_fake_rx_queues; i++) { in hns3_free_rx_queues()
1074 for (i = 0; i < hw->fkq_data.nb_fake_rx_queues; i++) in hns3_init_rx_queues()
1410 uint16_t old_nb_queues = hw->fkq_data.nb_fake_rx_queues; in hns3_fake_rx_queue_config()
1421 hw->fkq_data.nb_fake_rx_queues = 0; in hns3_fake_rx_queue_config()
1449 hw->fkq_data.nb_fake_rx_queues = nb_queues; in hns3_fake_rx_queue_config()
H A Dhns3_ethdev.h184 uint16_t nb_fake_rx_queues; /* Number of fake RX queues. */ member