Home
last modified time | relevance | path

Searched refs:MPI2_IOC_STATE_OPERATIONAL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/mpt3sas/mpi/
Dmpi2.h185 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c781 if ((doorbell & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) { in _base_fault_reset_work()
794 MPI2_IOC_STATE_OPERATIONAL) in _base_fault_reset_work()
6989 if (ioc_state == MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_ioc()
7359 (ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_wait_for_iocstate()
8113 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_base_make_ioc_ready()
8756 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_commands_to_complete()
Dmpt3sas_ctl.c1576 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_diag_register_2()
2148 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_send_diag_release()
Dmpt3sas_scsih.c4098 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()
4240 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()
4538 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_issue_delayed_sas_io_unit_ctrl()