Home
last modified time | relevance | path

Searched refs:port_enable_cmds (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7647 if (ioc->port_enable_cmds.status == MPT3_CMD_NOT_USED) in mpt3sas_port_enable_done()
7657 ioc->port_enable_cmds.status &= ~MPT3_CMD_PENDING; in mpt3sas_port_enable_done()
7658 ioc->port_enable_cmds.status |= MPT3_CMD_COMPLETE; in mpt3sas_port_enable_done()
7659 ioc->port_enable_cmds.status |= MPT3_CMD_REPLY_VALID; in mpt3sas_port_enable_done()
7660 memcpy(ioc->port_enable_cmds.reply, mpi_reply, mpi_reply->MsgLength*4); in mpt3sas_port_enable_done()
7665 if (ioc->port_enable_cmds.status & MPT3_CMD_COMPLETE_ASYNC) { in mpt3sas_port_enable_done()
7666 ioc->port_enable_cmds.status &= ~MPT3_CMD_COMPLETE_ASYNC; in mpt3sas_port_enable_done()
7676 complete(&ioc->port_enable_cmds.done); 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()
[all …]
H A Dmpt3sas_base.h1419 struct _internal_cmd port_enable_cmds; member
H A Dmpt3sas_scsih.c3833 ioc->port_enable_cmds.status |= MPT3_CMD_RESET; in _scsih_fw_event_cleanup_queue()
13083 ioc->port_enable_cmds.status = MPT3_CMD_NOT_USED; in scsih_scan_finished()
13107 if (ioc->port_enable_cmds.status & MPT3_CMD_RESET) { in scsih_scan_finished()
13110 ioc->port_enable_cmds.status = MPT3_CMD_NOT_USED; in scsih_scan_finished()
13123 ioc->port_enable_cmds.status = MPT3_CMD_NOT_USED; in scsih_scan_finished()
13128 ioc->port_enable_cmds.status = MPT3_CMD_NOT_USED; in scsih_scan_finished()