Searched refs:pScsiReq (Results 1 – 1 of 1) sorted by relevance
1848 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local1855 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()1863 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()1871 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()1872 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()1882 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()1884 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()1886 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()1897 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()1898 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()[all …]