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()1297 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_get_expander_phy_error_log()1588 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_phy_control()2088 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()1456 ioc->base_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_base_done()4675 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_display_fwpkg_version()4697 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_display_fwpkg_version()7179 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_sas_iounit_control()7260 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_scsi_enclosure_processor()7629 ioc->port_enable_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_port_enable_done()7669 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in _base_send_port_enable()7680 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in _base_send_port_enable()7729 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()
2872 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_tm_done()3099 ioc->tm_cmds.status = MPT3_CMD_PENDING; in mpt3sas_scsih_issue_tm()7102 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()8934 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()10669 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()10674 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()11116 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_nvme_shutdown()11187 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