Home
last modified time | relevance | path

Searched refs:MFI_STATE_FAULT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2191 if ((fw_state == MFI_STATE_FAULT) && dma_state) in megasas_isr_fusion()
2193 else if (fw_state == MFI_STATE_FAULT) in megasas_isr_fusion()
2195 } else if (fw_state == MFI_STATE_FAULT) { in megasas_isr_fusion()
2438 if (fw_state == MFI_STATE_FAULT) { in megasas_wait_for_outstanding_fusion()
2566 if (abs_state != MFI_STATE_FAULT && instance->crash_dump_buf && in megasas_reset_fusion()
2634 (abs_state == MFI_STATE_FAULT && !reset_adapter)) { in megasas_reset_fusion()
Dmegaraid_sas_base.c638 MFI_STATE_FAULT) { in megasas_clear_intr_skinny()
2375 if ((fw_state == MFI_STATE_FAULT) && in megasas_wait_for_outstanding()
3272 if (fw_state != MFI_STATE_FAULT) { in megasas_deplete_reply_queue()
3277 if ((fw_state == MFI_STATE_FAULT) && in megasas_deplete_reply_queue()
3364 case MFI_STATE_FAULT: in megasas_transition_to_ready()
3368 cur_state = MFI_STATE_FAULT; in megasas_transition_to_ready()
Dmegaraid_sas.h107 #define MFI_STATE_FAULT 0xF0000000 macro