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

Function bnxt_free_pf_info

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

Source from the content-addressed store, hash-verified

230}
231
232static void bnxt_free_pf_info(struct bnxt *bp)
233{
234 rte_free(bp->pf);
235 bp->pf = NULL;
236}
237
238static void bnxt_free_link_info(struct bnxt *bp)
239{

Callers 1

bnxt_drv_uninitFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected