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()4119 if (fw_state == MFI_STATE_FAULT) { in megasas_trigger_snap_dump()4157 if (fw_state == MFI_STATE_FAULT) { in megasas_wait_for_outstanding_fusion()4898 if (abs_state != MFI_STATE_FAULT && instance->crash_dump_buf && in megasas_reset_fusion()4993 (abs_state == MFI_STATE_FAULT && !reset_adapter)) { in megasas_reset_fusion()
832 MFI_STATE_FAULT) { in megasas_clear_intr_skinny()2837 if ((fw_state == MFI_STATE_FAULT) || atomic_read(&instance->fw_outstanding)) { in megasas_wait_for_outstanding()4032 if (fw_state != MFI_STATE_FAULT) { in megasas_deplete_reply_queue()4037 if ((fw_state == MFI_STATE_FAULT) && in megasas_deplete_reply_queue()4127 case MFI_STATE_FAULT: in megasas_transition_to_ready()
124 #define MFI_STATE_FAULT 0xF0000000 macro