Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c322 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()
Dmpt2sas_base.c3154 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()
Dmpt2sas_config.c353 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _config_request()
Dmpt2sas_ctl.c664 while (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_do_mpt_command()
1789 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) { in _ctl_send_release()
Dmpt2sas_scsih.c3106 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()
/linux-3.4.99/drivers/scsi/mpt2sas/mpi/
Dmpi2.h116 #define MPI2_IOC_STATE_OPERATIONAL (0x20000000) macro