Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c418 if ((instance->adprecovery != MEGASAS_HBA_OPERATIONAL) && in megasas_check_reset_xscale()
551 if (instance->adprecovery != MEGASAS_HBA_OPERATIONAL) in megasas_check_reset_ppc()
685 if (instance->adprecovery != MEGASAS_HBA_OPERATIONAL) in megasas_check_reset_skinny()
875 if (instance->adprecovery != MEGASAS_HBA_OPERATIONAL) { in megasas_check_reset_gen2()
1589 if (instance->adprecovery == MEGASAS_ADPRESET_SM_INFAULT) { in megasas_queue_command()
1602 if (instance->adprecovery == MEGASAS_HW_CRITICAL_ERROR) { in megasas_queue_command()
1609 if (instance->adprecovery != MEGASAS_HBA_OPERATIONAL) { in megasas_queue_command()
1734 instance->adprecovery = MEGASAS_HW_CRITICAL_ERROR; in megaraid_sas_kill_hba()
1798 if (instance->adprecovery == MEGASAS_HW_CRITICAL_ERROR ) in megasas_complete_cmd_dpc()
1867 instance->adprecovery = MEGASAS_ADPRESET_SM_INFAULT; in megasas_do_ocr()
[all …]
Dmegaraid_sas_fusion.c1981 if (instance->adprecovery == MEGASAS_HW_CRITICAL_ERROR) in complete_cmd_fusion()
2147 if (instance->adprecovery == MEGASAS_HW_CRITICAL_ERROR) { in megasas_complete_cmd_dpc_fusion()
2555 if (instance->adprecovery == MEGASAS_HW_CRITICAL_ERROR) { in megasas_reset_fusion()
2570 instance->adprecovery = MEGASAS_ADPRESET_SM_INFAULT; in megasas_reset_fusion()
2582 } while ((instance->adprecovery != MEGASAS_HBA_OPERATIONAL) && in megasas_reset_fusion()
2585 if (instance->adprecovery == MEGASAS_HBA_OPERATIONAL) { in megasas_reset_fusion()
2602 instance->adprecovery = MEGASAS_ADPRESET_SM_POLLING; in megasas_reset_fusion()
2609 instance->adprecovery = MEGASAS_ADPRESET_SM_INFAULT; in megasas_reset_fusion()
2689 instance->adprecovery = in megasas_reset_fusion()
2850 instance->adprecovery = MEGASAS_HBA_OPERATIONAL; in megasas_reset_fusion()
[all …]
Dmegaraid_sas.h1745 u8 adprecovery; member