Lines Matching refs:pScsiReq

1854 			SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf;  in mptctl_do_mpt_command()  local
1861 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()
1869 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()
1877 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1878 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1888 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1890 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1892 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1903 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()
1904 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()
1920 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1921 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
1959 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1964 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1965 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1975 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1977 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1979 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1997 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1998 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()