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()830 if ((pScsiReq->CDB[0] == READ_6 && ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()831 pScsiReq->CDB[0] == READ_10 || in mptscsih_io_done()832 pScsiReq->CDB[0] == READ_12 || in mptscsih_io_done()833 (pScsiReq->CDB[0] == READ_16 && in mptscsih_io_done()834 ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()[all …]
1960 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local1967 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()1975 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()1983 pScsiReq->MsgFlags &= ~MPI_SCSIIO_MSGFLGS_SENSE_WIDTH; in mptctl_do_mpt_command()1984 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()1994 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()1996 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()1998 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()2009 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()2010 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()[all …]