Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
static void bnxt_free_pf_info(struct bnxt *bp)
233
{
234
rte_free(bp->pf);
235
bp->pf = NULL;
236
}
237
238
static void bnxt_free_link_info(struct bnxt *bp)
239
{
Callers
1
bnxt_drv_uninit
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected