Lines Matching refs:pScsiReq

1850 			SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf;  in mptctl_do_mpt_command()  local
1857 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()
1865 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()
1873 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1874 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1884 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1886 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1888 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1899 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()
1900 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()
1916 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1917 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
1955 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1960 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1961 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1971 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1973 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1975 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1993 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1994 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()