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

Function ngbe_dev_tx_queue_release

dpdk/drivers/net/ngbe/ngbe_rxtx.c:1800–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798}
1799
1800void
1801ngbe_dev_tx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
1802{
1803 ngbe_tx_queue_release(dev->data->tx_queues[qid]);
1804}
1805
1806/* (Re)set dynamic ngbe_tx_queue fields to defaults */
1807static void

Callers 1

ngbe_dev_free_queuesFunction · 0.85

Calls 1

ngbe_tx_queue_releaseFunction · 0.85

Tested by

no test coverage detected