Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bnxt_free_link_info
Function
bnxt_free_link_info
dpdk/drivers/net/bnxt/bnxt_ethdev.c:238–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
static void bnxt_free_link_info(struct bnxt *bp)
239
{
240
rte_free(bp->link_info);
241
bp->link_info = NULL;
242
}
243
244
static void bnxt_free_leds_info(struct bnxt *bp)
245
{
Callers
1
bnxt_drv_uninit
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected