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

Function bnxt_free_flow_stats_info

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

Source from the content-addressed store, hash-verified

251}
252
253static void bnxt_free_flow_stats_info(struct bnxt *bp)
254{
255 rte_free(bp->flow_stat);
256 bp->flow_stat = NULL;
257}
258
259static void bnxt_free_cos_queues(struct bnxt *bp)
260{

Callers 1

bnxt_uninit_resourcesFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected