Home
last modified time | relevance | path

Searched refs:MPT3_CMD_PENDING (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1247 ioc->base_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_base_done()
4256 if (ioc->base_cmds.status & MPT3_CMD_PENDING) { in _base_display_fwpkg_version()
4277 ioc->base_cmds.status = MPT3_CMD_PENDING; in _base_display_fwpkg_version()
5824 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_sas_iounit_control()
5906 ioc->base_cmds.status = MPT3_CMD_PENDING; in mpt3sas_base_scsi_enclosure_processor()
6262 ioc->port_enable_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_port_enable_done()
6301 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in _base_send_port_enable()
6312 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in _base_send_port_enable()
6361 if (ioc->port_enable_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_port_enable()
6372 ioc->port_enable_cmds.status = MPT3_CMD_PENDING; in mpt3sas_port_enable()
[all …]
Dmpt3sas_transport.c246 ioc->transport_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_transport_done()
319 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_report_manufacture()
1085 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_get_expander_phy_error_log()
1375 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_expander_phy_control()
1866 ioc->transport_cmds.status = MPT3_CMD_PENDING; in _transport_smp_handler()
Dmpt3sas_ctl.c299 ioc->ctl_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_ctl_done()
482 if (ioc->ctl_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_ctl_after_reset_handler()
714 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_do_mpt_command()
1555 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_register_2()
1929 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in mpt3sas_send_diag_release()
2170 ioc->ctl_cmds.status = MPT3_CMD_PENDING; in _ctl_diag_read_buffer()
Dmpt3sas_config.c271 ioc->config_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_config_done()
377 ioc->config_cmds.status = MPT3_CMD_PENDING; in _config_request()
Dmpt3sas_scsih.c2587 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_tm_done()
2713 ioc->tm_cmds.status = MPT3_CMD_PENDING; in mpt3sas_scsih_issue_tm()
5846 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()
7645 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()
9284 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_after_reset_handler()
9289 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) { in mpt3sas_scsih_after_reset_handler()
9690 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_shutdown()
Dmpt3sas_base.h475 #define MPT3_CMD_PENDING 0x0002 /* pending */ macro