MCPcopy 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
238static void bnxt_free_link_info(struct bnxt *bp)
239{
240 rte_free(bp->link_info);
241 bp->link_info = NULL;
242}
243
244static void bnxt_free_leds_info(struct bnxt *bp)
245{

Callers 1

bnxt_drv_uninitFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected