Lines Matching refs:pScsiReq
1846 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1853 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()
1861 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()
1869 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1870 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1880 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1882 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1884 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1895 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()
1896 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()
1912 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1913 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
1951 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1956 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1957 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1967 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1969 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1971 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1989 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1990 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()