Searched refs:pScsiReq (Results 1 – 2 of 2) sorted by relevance
89 …csih_report_queue_full(struct scsi_cmnd *sc, SCSIIOReply_t *pScsiReply, SCSIIORequest_t *pScsiReq);592 SCSIIORequest_t *pScsiReq; in mptscsih_io_done() local644 pScsiReq = (SCSIIORequest_t *) mf; in mptscsih_io_done()726 if (hd->sel_timeout[pScsiReq->TargetID] < 0xFFFF) in mptscsih_io_done()727 hd->sel_timeout[pScsiReq->TargetID]++; in mptscsih_io_done()831 if ((pScsiReq->CDB[0] == READ_6 && ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()832 pScsiReq->CDB[0] == READ_10 || in mptscsih_io_done()833 pScsiReq->CDB[0] == READ_12 || in mptscsih_io_done()834 (pScsiReq->CDB[0] == READ_16 && in mptscsih_io_done()835 ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()[all …]
1951 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local1958 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()[all …]