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()
4681 if (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) in bnxt_hwrm_func_drv_rgtr()4722 !(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_hwrm_func_drv_rgtr()7370 bp->fw_cap |= BNXT_FW_CAP_ERROR_RECOVERY; in __bnxt_hwrm_func_qcaps()7497 !(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_alloc_fw_health()7503 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_alloc_fw_health()7583 if (!(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_hwrm_error_recovery_qcfg()7634 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_hwrm_error_recovery_qcfg()10789 if (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) in bnxt_timer()11659 if ((bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) && in bnxt_fw_reset_task()11680 (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) { in bnxt_fw_reset_task()
1835 #define BNXT_FW_CAP_ERROR_RECOVERY 0x00002000 macro