Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c164 if (hw->fkq_data.rx_queues[idx]) { in hns3_fake_rx_queue_release()
173 hw->fkq_data.rx_queues = NULL; in hns3_fake_rx_queue_release()
200 hw->fkq_data.tx_queues = NULL; in hns3_fake_tx_queue_release()
222 fkq_data = &hw->fkq_data; in hns3_free_rx_queues()
224 if (fkq_data->rx_queues[i]) in hns3_free_rx_queues()
247 fkq_data = &hw->fkq_data; in hns3_free_tx_queues()
249 if (fkq_data->tx_queues[i]) in hns3_free_tx_queues()
1540 rxq = hw->fkq_data.rx_queues; in hns3_fake_rx_queue_config()
1553 hw->fkq_data.rx_queues = rxq; in hns3_fake_rx_queue_config()
1555 rxq = hw->fkq_data.rx_queues; in hns3_fake_rx_queue_config()
[all …]
H A Dhns3_ethdev_dump.c291 rx_queues = hw->fkq_data.rx_queues; in get_rxtx_fake_queue_info()
303 tx_queues = hw->fkq_data.tx_queues; in get_rxtx_fake_queue_info()
H A Dhns3_ethdev.h543 struct hns3_fake_queue_data fkq_data; /* fake queue data */ member