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

Function eth_em_tx_queue_release

dpdk/drivers/net/e1000/em_rxtx.c:1126–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126void
1127eth_em_tx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
1128{
1129 em_tx_queue_release(dev->data->tx_queues[qid]);
1130}
1131
1132/* (Re)set dynamic em_tx_queue fields to defaults */
1133static void

Callers 1

em_dev_free_queuesFunction · 0.85

Calls 1

em_tx_queue_releaseFunction · 0.85

Tested by

no test coverage detected