Searched refs:BNXT_FW_CAP_ERROR_RECOVERY (Results 1 – 3 of 3) sorted by relevance
157 if (!(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_dl_fw_reporters_create()169 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_dl_fw_reporters_create()185 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_dl_fw_reporters_create()202 if ((bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) && !all) in bnxt_dl_fw_reporters_destroy()
4586 if (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) in bnxt_hwrm_func_drv_rgtr()4627 !(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_hwrm_func_drv_rgtr()7279 bp->fw_cap |= BNXT_FW_CAP_ERROR_RECOVERY; in __bnxt_hwrm_func_qcaps()7406 !(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_alloc_fw_health()7412 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_alloc_fw_health()7492 if (!(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_hwrm_error_recovery_qcfg()7543 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_hwrm_error_recovery_qcfg()10671 if (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) in bnxt_timer()11548 (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) { in bnxt_fw_reset_task()
1813 #define BNXT_FW_CAP_ERROR_RECOVERY 0x00002000 macro