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

Function ionic_dev_tx_queue_release

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

Source from the content-addressed store, hash-verified

84}
85
86void __rte_cold
87ionic_dev_tx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
88{
89 struct ionic_tx_qcq *txq = dev->data->tx_queues[qid];
90
91 IONIC_PRINT_CALL();
92
93 ionic_qcq_free(&txq->qcq);
94}
95
96int __rte_cold
97ionic_dev_tx_queue_stop(struct rte_eth_dev *eth_dev, uint16_t tx_queue_id)

Callers 2

ionic_dev_tx_queue_setupFunction · 0.85
ionic_lif_free_queuesFunction · 0.85

Calls 1

ionic_qcq_freeFunction · 0.85

Tested by

no test coverage detected