| 6082 | } |
| 6083 | |
| 6084 | static void |
| 6085 | bnxt_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 | |
| 6092 | static int |
| 6093 | bnxt_uninit_resources(struct bnxt *bp, bool reconfig_dev) |
no test coverage detected