Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2301 if ((fw_state == MFI_STATE_FAULT) && dma_state) in megasas_isr_fusion()
2303 else if (fw_state == MFI_STATE_FAULT) in megasas_isr_fusion()
2305 } else if (fw_state == MFI_STATE_FAULT) { in megasas_isr_fusion()
2595 if (fw_state == MFI_STATE_FAULT) { in megasas_wait_for_outstanding_fusion()
2759 if (abs_state != MFI_STATE_FAULT && instance->crash_dump_buf && in megasas_reset_fusion()
2828 (abs_state == MFI_STATE_FAULT && !reset_adapter)) { in megasas_reset_fusion()
Dmegaraid_sas_base.c701 MFI_STATE_FAULT) { in megasas_clear_intr_skinny()
2473 if ((fw_state == MFI_STATE_FAULT) && in megasas_wait_for_outstanding()
3372 if (fw_state != MFI_STATE_FAULT) { in megasas_deplete_reply_queue()
3377 if ((fw_state == MFI_STATE_FAULT) && in megasas_deplete_reply_queue()
3464 case MFI_STATE_FAULT: in megasas_transition_to_ready()
3468 cur_state = MFI_STATE_FAULT; in megasas_transition_to_ready()
Dmegaraid_sas.h122 #define MFI_STATE_FAULT 0xF0000000 macro