Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mpt3sas/mpi/
Dmpi2.h186 #define MPI2_IOC_STATE_FAULT (0x40000000) macro
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_base.c786 if ((doorbell & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in _base_fault_reset_work()
910 int ioc_state = _base_wait_on_iocstate(ioc, MPI2_IOC_STATE_FAULT, in mpt3sas_base_wait_for_coredump_completion()
945 if ((doorbell & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_halt_firmware()
3571 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_base_check_for_fault_and_issue_reset()
6572 if (count && current_state == MPI2_IOC_STATE_FAULT) in _base_wait_on_iocstate()
6694 MPI2_IOC_STATE_FAULT) { in _base_wait_for_doorbell_ack()
7211 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in _base_wait_for_iocstate()
7931 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_base_make_ioc_ready()
8732 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT || in mpt3sas_base_hard_reset_handler()
Dmpt3sas_scsih.c3078 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in mpt3sas_scsih_issue_tm()
4979 MPI2_IOC_STATE_FAULT) { in _scsih_temp_threshold_events()
11768 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) { in scsih_scan_finished()