MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ena_rx_queue_release_all

Function ena_rx_queue_release_all

dpdk/drivers/net/ena/ena_ethdev.c:905–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905static void ena_rx_queue_release_all(struct rte_eth_dev *dev)
906{
907 int nb_queues = dev->data->nb_rx_queues;
908 int i;
909
910 for (i = 0; i < nb_queues; i++)
911 ena_rx_queue_release(dev, i);
912}
913
914static void ena_tx_queue_release_all(struct rte_eth_dev *dev)
915{

Callers 1

ena_closeFunction · 0.85

Calls 1

ena_rx_queue_releaseFunction · 0.85

Tested by

no test coverage detected