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

Function bnxt_free_prev_ring_stats

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

Source from the content-addressed store, hash-verified

711}
712
713static void bnxt_free_prev_ring_stats(struct bnxt *bp)
714{
715 rte_free(bp->prev_rx_ring_stats);
716 rte_free(bp->prev_tx_ring_stats);
717
718 bp->prev_rx_ring_stats = NULL;
719 bp->prev_tx_ring_stats = NULL;
720}
721
722static int bnxt_alloc_prev_ring_stats(struct bnxt *bp)
723{

Callers 2

bnxt_dev_stopFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected