Home
last modified time | relevance | path

Searched refs:MPT3_CMD_RESET (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c440 if (!(ioc->transport_cmds.status & MPT3_CMD_RESET)) in _transport_expander_report_manufacture()
1357 if (!(ioc->transport_cmds.status & MPT3_CMD_RESET)) in _transport_get_expander_phy_error_log()
1653 if (!(ioc->transport_cmds.status & MPT3_CMD_RESET)) in _transport_expander_phy_control()
2136 if (!(ioc->transport_cmds.status & MPT3_CMD_RESET)) { in _transport_smp_handler()
H A Dmpt3sas_base.c162 if (!(status & MPT3_CMD_RESET)) in mpt3sas_base_check_cmd_timeout()
7706 if (ioc->port_enable_cmds.status & MPT3_CMD_RESET) in _base_send_port_enable()
7882 if (ioc->base_cmds.status & MPT3_CMD_RESET) in _base_event_notification()
8757 ioc->transport_cmds.status |= MPT3_CMD_RESET; in _base_clear_outstanding_mpt_commands()
8762 ioc->base_cmds.status |= MPT3_CMD_RESET; in _base_clear_outstanding_mpt_commands()
8768 ioc->port_enable_cmds.status |= MPT3_CMD_RESET; in _base_clear_outstanding_mpt_commands()
8779 ioc->config_cmds.status |= MPT3_CMD_RESET; in _base_clear_outstanding_mpt_commands()
H A Dmpt3sas_base.h505 #define MPT3_CMD_RESET 0x0008 /* host reset dropped the command */ macro
H A Dmpt3sas_scsih.c3729 ioc->port_enable_cmds.status |= MPT3_CMD_RESET; in _scsih_fw_event_cleanup_queue()
10642 ioc->scsih_cmds.status |= MPT3_CMD_RESET; in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()
10647 ioc->tm_cmds.status |= MPT3_CMD_RESET; in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()
11828 if (ioc->port_enable_cmds.status & MPT3_CMD_RESET) { in scsih_scan_finished()
H A Dmpt3sas_config.c397 if (ioc->config_cmds.status & MPT3_CMD_RESET) in _config_request()