Searched refs:MFI_STATE_FAULT (Results 1 – 3 of 3) sorted by relevance
1061 if (status_reg == MFI_STATE_FAULT) in wait_and_poll()1891 if (((status_reg & MFI_STATE_MASK) == MFI_STATE_FAULT) && in megasas_init_adapter_fusion()1952 if (fw_state == MFI_STATE_FAULT) { in megasas_fault_detect_work()4156 if (fw_state == MFI_STATE_FAULT) { in megasas_trigger_snap_dump()4194 if (fw_state == MFI_STATE_FAULT) { in megasas_wait_for_outstanding_fusion()4938 if (abs_state != MFI_STATE_FAULT && instance->crash_dump_buf && in megasas_reset_fusion()5033 (abs_state == MFI_STATE_FAULT && !reset_adapter)) { in megasas_reset_fusion()
832 MFI_STATE_FAULT) { in megasas_clear_intr_skinny()2847 if ((fw_state == MFI_STATE_FAULT) || atomic_read(&instance->fw_outstanding)) { in megasas_wait_for_outstanding()4039 if (fw_state != MFI_STATE_FAULT) { in megasas_deplete_reply_queue()4044 if ((fw_state == MFI_STATE_FAULT) && in megasas_deplete_reply_queue()4134 case MFI_STATE_FAULT: in megasas_transition_to_ready()
126 #define MFI_STATE_FAULT 0xF0000000 macro