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

Function bnxt_free_leds_info

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

Source from the content-addressed store, hash-verified

242}
243
244static void bnxt_free_leds_info(struct bnxt *bp)
245{
246 if (BNXT_VF(bp))
247 return;
248
249 rte_free(bp->leds);
250 bp->leds = NULL;
251}
252
253static void bnxt_free_flow_stats_info(struct bnxt *bp)
254{

Callers 1

bnxt_drv_uninitFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected