Searched refs:pScsiReq (Results 1 – 2 of 2) sorted by relevance
160 …id mptscsih_report_queue_full(Scsi_Cmnd *sc, SCSIIOReply_t *pScsiReply, SCSIIORequest_t *pScsiReq);729 SCSIIORequest_t *pScsiReq; in mptscsih_io_done() local758 pScsiReq = (SCSIIORequest_t *) mf; in mptscsih_io_done()786 if (pScsiReq->CDB[0] == INQUIRY) { in mptscsih_io_done()789 dlen = le32_to_cpu(pScsiReq->DataLength); in mptscsih_io_done()793 pScsiReq->LUN[1], in mptscsih_io_done()806 ioc->id, pScsiReq->TargetID, pScsiReq->LUN[1], in mptscsih_io_done()835 if (hd->sel_timeout[pScsiReq->TargetID] < 0xFFFF) in mptscsih_io_done()836 hd->sel_timeout[pScsiReq->TargetID]++; in mptscsih_io_done()915 mptscsih_report_queue_full(sc, pScsiReply, pScsiReq); in mptscsih_io_done()[all …]
1958 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local1963 int target = (int) pScsiReq->TargetID; in mptctl_do_mpt_command()1974 pScsiReq->MsgFlags = mpt_msg_flags(); in mptctl_do_mpt_command()1983 pScsiReq->SenseBufferLength = MPT_SENSE_BUFFER_SIZE; in mptctl_do_mpt_command()1985 pScsiReq->SenseBufferLength = karg.maxSenseBytes; in mptctl_do_mpt_command()1987 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()2010 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()2011 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()2032 SCSIIORequest_t *pScsiReq = (SCSIIORequest_t *) mf; in mptctl_do_mpt_command() local2037 pScsiReq->MsgFlags = mpt_msg_flags(); in mptctl_do_mpt_command()[all …]