MCPcopy 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
6078static 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
6084static void
6085bnxt_free_error_recovery_info(struct bnxt *bp)

Callers 1

bnxt_uninit_resourcesFunction · 0.85

Calls 1

bnxt_uninit_fc_ctx_memFunction · 0.85

Tested by

no test coverage detected