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

Function bnxt_free_error_recovery_info

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

Source from the content-addressed store, hash-verified

6082}
6083
6084static void
6085bnxt_free_error_recovery_info(struct bnxt *bp)
6086{
6087 rte_free(bp->recovery_info);
6088 bp->recovery_info = NULL;
6089 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY;
6090}
6091
6092static int
6093bnxt_uninit_resources(struct bnxt *bp, bool reconfig_dev)

Callers 1

bnxt_uninit_resourcesFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected