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

Function bnxt_free_cos_queues

dpdk/drivers/net/bnxt/bnxt_ethdev.c:259–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static void bnxt_free_cos_queues(struct bnxt *bp)
260{
261 rte_free(bp->rx_cos_queue);
262 bp->rx_cos_queue = NULL;
263 rte_free(bp->tx_cos_queue);
264 bp->tx_cos_queue = NULL;
265}
266
267static void bnxt_free_mem(struct bnxt *bp, bool reconfig)
268{

Callers 1

bnxt_drv_uninitFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected