Searched refs:MPI2_IOC_STATE_OPERATIONAL (Results 1 – 6 of 6) sorted by relevance
322 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_report_manufacture()1106 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_get_expander_phy_error_log()1425 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_phy_control()1877 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_smp_handler()
3154 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt2sas_base_sas_iounit_control()3259 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt2sas_base_scsi_enclosure_processor()4013 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_make_ioc_ready()4518 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in _wait_for_commands_to_complete()
353 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _config_request()
664 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_do_mpt_command()1789 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_send_release()
3106 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()3327 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()
116 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro