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

Function i40e_dev_tx_queue_release

dpdk/drivers/net/i40e/i40e_rxtx.c:2127–2131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2125}
2126
2127void
2128i40e_dev_tx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
2129{
2130 i40e_tx_queue_release(dev->data->tx_queues[qid]);
2131}
2132
2133void
2134i40e_rx_queue_release(void *rxq)

Callers

nothing calls this directly

Calls 1

i40e_tx_queue_releaseFunction · 0.85

Tested by

no test coverage detected