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()1293 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_get_expander_phy_error_log()1584 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_phy_control()2081 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_smp_handler()
643 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _base_sync_drv_fw_timestamp()1461 ioc->base_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_base_done()4696 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_display_fwpkg_version()4718 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_display_fwpkg_version()7201 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_sas_iounit_control()7282 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_scsi_enclosure_processor()7704 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in _base_send_port_enable()7764 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in mpt3sas_port_enable()7866 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_event_notification()7876 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_event_notification()[all …]
308 ioc->ctl_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_ctl_done()501 if (ioc->ctl_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_ctl_clear_outstanding_ioctls()769 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_do_mpt_command()1758 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_register_2()2237 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in mpt3sas_send_diag_release()2492 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_read_buffer()2971 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in mpt3sas_send_mctp_passthru_req()
2862 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_tm_done()3089 ioc->tm_cmds.status = MPT3_CMD_PENDING; in mpt3sas_scsih_issue_tm()7087 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()8919 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()10641 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()10646 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()11088 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_nvme_shutdown()11159 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