Searched refs:MFI_STATE_FAULT (Results 1 – 3 of 3) sorted by relevance
1061 if (status_reg == MFI_STATE_FAULT) in wait_and_poll()1888 if (((status_reg & MFI_STATE_MASK) == MFI_STATE_FAULT) && in megasas_init_adapter_fusion()1949 if (fw_state == MFI_STATE_FAULT) { in megasas_fault_detect_work()4154 if (fw_state == MFI_STATE_FAULT) { in megasas_trigger_snap_dump()4192 if (fw_state == MFI_STATE_FAULT) { in megasas_wait_for_outstanding_fusion()4933 if (abs_state != MFI_STATE_FAULT && instance->crash_dump_buf && in megasas_reset_fusion()5028 (abs_state == MFI_STATE_FAULT && !reset_adapter)) { in megasas_reset_fusion()
832 MFI_STATE_FAULT) { in megasas_clear_intr_skinny()2844 if ((fw_state == MFI_STATE_FAULT) || atomic_read(&instance->fw_outstanding)) { in megasas_wait_for_outstanding()4044 if (fw_state != MFI_STATE_FAULT) { in megasas_deplete_reply_queue()4049 if ((fw_state == MFI_STATE_FAULT) && in megasas_deplete_reply_queue()4139 case MFI_STATE_FAULT: in megasas_transition_to_ready()
126 #define MFI_STATE_FAULT 0xF0000000 macro