Lines Matching refs:pScsiReq
1938 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
1945 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()
1953 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()
1961 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
1962 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1972 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
1974 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
1976 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1987 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()
1988 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()
2004 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
2005 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
2043 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local
2048 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()
2049 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
2059 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()
2061 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()
2063 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
2081 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
2082 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()