Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/mpt3sas/mpi/
Dmpi2.h186 #define MPI2_IOC_STATE_FAULT (0x40000000) macro
/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_base.c802 if ((doorbell & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in _base_fault_reset_work()
926 int ioc_state = _base_wait_on_iocstate(ioc, MPI2_IOC_STATE_FAULT, in mpt3sas_base_wait_for_coredump_completion()
961 if ((doorbell & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_halt_firmware()
3580 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_base_check_for_fault_and_issue_reset()
6731 if (count && current_state == MPI2_IOC_STATE_FAULT) in _base_wait_on_iocstate()
6853 MPI2_IOC_STATE_FAULT) { in _base_wait_for_doorbell_ack()
7370 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in _base_wait_for_iocstate()
8090 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_base_make_ioc_ready()
8894 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT || in mpt3sas_base_hard_reset_handler()
Dmpt3sas_scsih.c3077 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_scsih_issue_tm()
4978 MPI2_IOC_STATE_FAULT) { in _scsih_temp_threshold_events()
11839 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in scsih_scan_finished()