Searched refs:MPI2_IOC_STATE_OPERATIONAL (Results 1 – 6 of 6) sorted by relevance
330 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_report_manufacture()1118 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_get_expander_phy_error_log()1431 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_expander_phy_control()1960 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _transport_smp_handler()
615 if ((doorbell & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) { in _base_fault_reset_work()624 MPI2_IOC_STATE_OPERATIONAL) in _base_fault_reset_work()5325 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_base_sas_iounit_control()5425 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_base_scsi_enclosure_processor()5553 (ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_wait_for_iocstate()6276 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_OPERATIONAL) in _base_make_ioc_ready()6857 if ((ioc_state & MPI2_IOC_STATE_MASK) != MPI2_IOC_STATE_OPERATIONAL) in mpt3sas_wait_for_commands_to_complete()
683 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_do_mpt_command()1519 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_diag_register_2()1933 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in mpt3sas_send_diag_release()
370 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _config_request()
3577 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_send()3726 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_tm_tr_complete()3995 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _scsih_issue_delayed_sas_io_unit_ctrl()
176 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro