Searched refs:MFI_STATE_FAULT (Results 1 – 3 of 3) sorted by relevance
1011 if (status_reg == MFI_STATE_FAULT) in wait_and_poll()1828 if (((status_reg & MFI_STATE_MASK) == MFI_STATE_FAULT) && in megasas_init_adapter_fusion()1888 if (fw_state == MFI_STATE_FAULT) { in megasas_fault_detect_work()4084 if (fw_state == MFI_STATE_FAULT) { in megasas_trigger_snap_dump()4122 if (fw_state == MFI_STATE_FAULT) { in megasas_wait_for_outstanding_fusion()4814 if (abs_state != MFI_STATE_FAULT && instance->crash_dump_buf && in megasas_reset_fusion()4908 (abs_state == MFI_STATE_FAULT && !reset_adapter)) { in megasas_reset_fusion()
808 MFI_STATE_FAULT) { in megasas_clear_intr_skinny()2773 if ((fw_state == MFI_STATE_FAULT) || atomic_read(&instance->fw_outstanding)) { in megasas_wait_for_outstanding()3911 if (fw_state != MFI_STATE_FAULT) { in megasas_deplete_reply_queue()3916 if ((fw_state == MFI_STATE_FAULT) && in megasas_deplete_reply_queue()4002 case MFI_STATE_FAULT: in megasas_transition_to_ready()
122 #define MFI_STATE_FAULT 0xF0000000 macro