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

Function ionic_dev_rx_queue_release

dpdk/drivers/net/ionic/ionic_rxtx.c:488–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void __rte_cold
489ionic_dev_rx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
490{
491 struct ionic_rx_qcq *rxq = dev->data->rx_queues[qid];
492
493 if (!rxq)
494 return;
495
496 IONIC_PRINT_CALL();
497
498 ionic_qcq_free(&rxq->qcq);
499}
500
501int __rte_cold
502ionic_dev_rx_queue_setup(struct rte_eth_dev *eth_dev,

Callers 2

ionic_dev_rx_queue_setupFunction · 0.85
ionic_lif_free_queuesFunction · 0.85

Calls 1

ionic_qcq_freeFunction · 0.85

Tested by

no test coverage detected