Searched refs:MPT3_CMD_PENDING (Results 1 – 6 of 6) sorted by relevance
308 ioc->transport_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_transport_done()382 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_report_manufacture()1287 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_get_expander_phy_error_log()1578 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_phy_control()2078 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_smp_handler()
627 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _base_sync_drv_fw_timestamp()1440 ioc->base_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_base_done()4664 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_display_fwpkg_version()4686 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_display_fwpkg_version()7176 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_sas_iounit_control()7257 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_scsi_enclosure_processor()7626 ioc->port_enable_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_port_enable_done()7666 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in _base_send_port_enable()7677 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in _base_send_port_enable()7726 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_port_enable()[all …]
305 ioc->ctl_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_ctl_done()498 if (ioc->ctl_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_ctl_clear_outstanding_ioctls()731 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_do_mpt_command()1694 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_register_2()2173 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in mpt3sas_send_diag_release()2428 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_read_buffer()
2873 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_tm_done()3100 ioc->tm_cmds.status = MPT3_CMD_PENDING; in mpt3sas_scsih_issue_tm()7103 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()8935 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()10670 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()10675 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()11117 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_nvme_shutdown()11188 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_shutdown()
268 ioc->config_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_config_done()378 ioc->config_cmds.status = MPT3_CMD_PENDING; in _config_request()
503 #define MPT3_CMD_PENDING 0x0002 /* pending */ macro