Lines Matching refs:pScsiReq
1848 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1855 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()
1914 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1915 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
1953 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1958 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1959 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1969 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1971 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1973 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1991 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1992 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()