Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bnxt_uninit_ctx_mem
Function
bnxt_uninit_ctx_mem
dpdk/drivers/net/bnxt/bnxt_ethdev.c:6078–6082 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6076
}
6077
6078
static void bnxt_uninit_ctx_mem(struct bnxt *bp)
6079
{
6080
if (BNXT_FLOW_XSTATS_EN(bp))
6081
bnxt_uninit_fc_ctx_mem(bp);
6082
}
6083
6084
static void
6085
bnxt_free_error_recovery_info(struct bnxt *bp)
Callers
1
bnxt_uninit_resources
Function · 0.85
Calls
1
bnxt_uninit_fc_ctx_mem
Function · 0.85
Tested by
no test coverage detected