Searched refs:MPT3_CMD_PENDING (Results 1 – 6 of 6) sorted by relevance
311 ioc->transport_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_transport_done()385 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()1464 ioc->base_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_base_done()4701 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_display_fwpkg_version()4723 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_display_fwpkg_version()7205 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_sas_iounit_control()7286 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_scsi_enclosure_processor()7657 ioc->port_enable_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_port_enable_done()7697 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in _base_send_port_enable()7708 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in _base_send_port_enable()7757 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_port_enable()[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()
2935 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_tm_done()3162 ioc->tm_cmds.status = MPT3_CMD_PENDING; in mpt3sas_scsih_issue_tm()7405 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()7471 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsi_send_scsi_io()10153 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()11876 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()11881 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()12367 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_nvme_shutdown()12438 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()
505 #define MPT3_CMD_PENDING 0x0002 /* pending */ macro