Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/mpt3sas/mpi/
Dmpi2.h185 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro
/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c706 if ((doorbell & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) { in _base_fault_reset_work()
719 MPI2_IOC_STATE_OPERATIONAL) in _base_fault_reset_work()
5882 if (ioc_state == MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_ioc()
6241 (ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_wait_for_iocstate()
6978 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_make_ioc_ready()
7612 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_commands_to_complete()
Dmpt3sas_ctl.c1562 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_diag_register_2()
2129 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_send_diag_release()
Dmpt3sas_scsih.c3877 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()
4018 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()
4316 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_issue_delayed_sas_io_unit_ctrl()