Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
static void bnxt_free_flow_stats_info(struct bnxt *bp)
254
{
255
rte_free(bp->flow_stat);
256
bp->flow_stat = NULL;
257
}
258
259
static void bnxt_free_cos_queues(struct bnxt *bp)
260
{
Callers
1
bnxt_uninit_resources
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected