Lines Matching refs:pScsiReq
1951 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1958 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()
1966 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()
1974 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1975 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1985 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1987 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1989 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
2000 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()
2001 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()
2017 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
2018 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
2056 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
2061 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
2062 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
2072 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
2074 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2076 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
2094 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
2095 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()