Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/mpi/
Dmpi2.h182 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c661 if ((doorbell & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) { in _base_fault_reset_work()
670 MPI2_IOC_STATE_OPERATIONAL) in _base_fault_reset_work()
5648 if (ioc_state == MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_ioc()
6009 (ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_wait_for_iocstate()
6708 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_make_ioc_ready()
7332 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_commands_to_complete()
Dmpt3sas_ctl.c1514 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_diag_register_2()
1904 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_send_diag_release()
Dmpt3sas_scsih.c3611 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()
3752 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()
4050 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_issue_delayed_sas_io_unit_ctrl()