Searched refs:scsih_cmds (Results 1 – 3 of 3) sorted by relevance
5836 if (ioc->scsih_cmds.status == MPT3_CMD_NOT_USED) in _scsih_done()5838 if (ioc->scsih_cmds.smid != smid) in _scsih_done()5840 ioc->scsih_cmds.status |= MPT3_CMD_COMPLETE; in _scsih_done()5842 memcpy(ioc->scsih_cmds.reply, mpi_reply, in _scsih_done()5844 ioc->scsih_cmds.status |= MPT3_CMD_REPLY_VALID; in _scsih_done()5846 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING; in _scsih_done()5847 complete(&ioc->scsih_cmds.done); in _scsih_done()7638 mutex_lock(&ioc->scsih_cmds.mutex); in _scsih_ir_fastpath()7640 if (ioc->scsih_cmds.status != MPT3_CMD_NOT_USED) { in _scsih_ir_fastpath()7645 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _scsih_ir_fastpath()[all …]
7119 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()7120 ioc->scsih_cmds.status = MPT3_CMD_NOT_USED; in mpt3sas_base_attach()7121 mutex_init(&ioc->scsih_cmds.mutex); in mpt3sas_base_attach()7140 !ioc->transport_cmds.reply || !ioc->scsih_cmds.reply || in mpt3sas_base_attach()7204 kfree(ioc->scsih_cmds.reply); in mpt3sas_base_attach()7214 ioc->scsih_cmds.reply = NULL; in mpt3sas_base_attach()7250 kfree(ioc->scsih_cmds.reply); in mpt3sas_base_detach()
1252 struct _internal_cmd scsih_cmds; member