Searched refs:MPT3_CMD_PENDING (Results 1 – 6 of 6) sorted by relevance
1346 ioc->base_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_base_done()4375 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_display_fwpkg_version()4397 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_display_fwpkg_version()6123 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_sas_iounit_control()6204 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_scsi_enclosure_processor()6571 ioc->port_enable_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_port_enable_done()6610 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in _base_send_port_enable()6621 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in _base_send_port_enable()6670 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_port_enable()6681 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in mpt3sas_port_enable()[all …]
246 ioc->transport_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_transport_done()319 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_report_manufacture()1086 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_get_expander_phy_error_log()1376 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_phy_control()1867 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_smp_handler()
305 ioc->ctl_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_ctl_done()496 if (ioc->ctl_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_ctl_clear_outstanding_ioctls()728 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_do_mpt_command()1680 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_register_2()2154 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in mpt3sas_send_diag_release()2408 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_read_buffer()
268 ioc->config_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_config_done()375 ioc->config_cmds.status = MPT3_CMD_PENDING; in _config_request()
2702 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_tm_done()2929 ioc->tm_cmds.status = MPT3_CMD_PENDING; in mpt3sas_scsih_issue_tm()6149 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()7958 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()9598 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()9603 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()10007 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_nvme_shutdown()10078 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_shutdown()
489 #define MPT3_CMD_PENDING 0x0002 /* pending */ macro