Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c331 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_report_manufacture()
1111 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_get_expander_phy_error_log()
1422 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_phy_control()
1981 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_smp_handler()
Dmpt3sas_base.c196 if ((doorbell & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) { in _base_fault_reset_work()
206 MPI2_IOC_STATE_OPERATIONAL) in _base_fault_reset_work()
3473 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_base_sas_iounit_control()
3577 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_base_scsi_enclosure_processor()
4392 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_make_ioc_ready()
4905 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in _wait_for_commands_to_complete()
Dmpt3sas_ctl.c644 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_do_mpt_command()
1359 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_diag_register_2()
1777 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_send_diag_release()
Dmpt3sas_config.c356 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _config_request()
Dmpt3sas_scsih.c2782 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()
2879 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c326 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_report_manufacture()
1116 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_get_expander_phy_error_log()
1439 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_phy_control()
1998 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_smp_handler()
Dmpt2sas_base.c3287 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt2sas_base_sas_iounit_control()
3392 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt2sas_base_scsi_enclosure_processor()
3523 case MPI2_IOC_STATE_OPERATIONAL: in _base_wait_for_iocstate()
4250 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_make_ioc_ready()
4782 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in _wait_for_commands_to_complete()
Dmpt2sas_config.c354 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _config_request()
Dmpt2sas_ctl.c650 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_do_mpt_command()
1759 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_send_release()
Dmpt2sas_scsih.c3101 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()
3329 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()
/linux-4.1.27/drivers/scsi/mpt3sas/mpi/
Dmpi2.h141 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro
/linux-4.1.27/drivers/scsi/mpt2sas/mpi/
Dmpi2.h131 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro