sg_resp          1005 drivers/s390/scsi/zfcp_fsf.c 					    struct scatterlist *sg_resp)
sg_resp          1008 drivers/s390/scsi/zfcp_fsf.c 	zfcp_qdio_fill_next(qdio, q_req, sg_virt(sg_resp), sg_resp->length);
sg_resp          1014 drivers/s390/scsi/zfcp_fsf.c 				       struct scatterlist *sg_resp)
sg_resp          1026 drivers/s390/scsi/zfcp_fsf.c 		if (zfcp_qdio_sbals_from_sg(qdio, &req->qdio_req, sg_resp))
sg_resp          1029 drivers/s390/scsi/zfcp_fsf.c 			zfcp_qdio_real_bytes(sg_resp);
sg_resp          1038 drivers/s390/scsi/zfcp_fsf.c 	if (zfcp_qdio_sg_one_sbale(sg_req) && zfcp_qdio_sg_one_sbale(sg_resp)) {
sg_resp          1040 drivers/s390/scsi/zfcp_fsf.c 						sg_req, sg_resp);
sg_resp          1055 drivers/s390/scsi/zfcp_fsf.c 	if (zfcp_qdio_sbals_from_sg(qdio, &req->qdio_req, sg_resp))
sg_resp          1058 drivers/s390/scsi/zfcp_fsf.c 	qtcb->bottom.support.resp_buf_length = zfcp_qdio_real_bytes(sg_resp);
sg_resp          1067 drivers/s390/scsi/zfcp_fsf.c 				 struct scatterlist *sg_resp,
sg_resp          1072 drivers/s390/scsi/zfcp_fsf.c 	ret = zfcp_fsf_setup_ct_els_sbals(req, sg_req, sg_resp);
sg_resp          1278 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		struct scatterlist *sg_resp = &task->smp_task.smp_resp;
sg_resp          1279 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		void *to = page_address(sg_page(sg_resp));
sg_resp          1285 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		memcpy(to + sg_resp->offset,
sg_resp          1288 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		       sg_resp->length);
sg_resp          2421 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		struct scatterlist *sg_resp = &task->smp_task.smp_resp;
sg_resp          2422 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		void *to = page_address(sg_page(sg_resp));
sg_resp          2428 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		memcpy(to + sg_resp->offset,
sg_resp          2431 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		       sg_resp->length);
sg_resp          2234 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		struct scatterlist *sg_resp = &task->smp_task.smp_resp;
sg_resp          2235 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		void *to = page_address(sg_page(sg_resp));
sg_resp          2241 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		memcpy(to + sg_resp->offset,
sg_resp          2244 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		       sg_resp->length);
sg_resp           310 drivers/scsi/mvsas/mv_sas.c 	struct scatterlist *sg_req, *sg_resp;
sg_resp           328 drivers/scsi/mvsas/mv_sas.c 	sg_resp = &task->smp_task.smp_resp;
sg_resp           329 drivers/scsi/mvsas/mv_sas.c 	elem = dma_map_sg(mvi->dev, sg_resp, 1, DMA_FROM_DEVICE);
sg_resp          1782 drivers/scsi/mvsas/mv_sas.c 			struct scatterlist *sg_resp = &task->smp_task.smp_resp;
sg_resp          1784 drivers/scsi/mvsas/mv_sas.c 			to = kmap_atomic(sg_page(sg_resp));
sg_resp          1785 drivers/scsi/mvsas/mv_sas.c 			memcpy(to + sg_resp->offset,
sg_resp          1787 drivers/scsi/mvsas/mv_sas.c 				sg_dma_len(sg_resp));
sg_resp          4245 drivers/scsi/pm8001/pm8001_hwi.c 	struct scatterlist *sg_req, *sg_resp;
sg_resp          4261 drivers/scsi/pm8001/pm8001_hwi.c 	sg_resp = &task->smp_task.smp_resp;
sg_resp          4262 drivers/scsi/pm8001/pm8001_hwi.c 	elem = dma_map_sg(pm8001_ha->dev, sg_resp, 1, DMA_FROM_DEVICE);
sg_resp          4267 drivers/scsi/pm8001/pm8001_hwi.c 	resp_len = sg_dma_len(sg_resp);
sg_resp          3893 drivers/scsi/pm8001/pm80xx_hwi.c 	struct scatterlist *sg_req, *sg_resp;
sg_resp          3912 drivers/scsi/pm8001/pm80xx_hwi.c 	sg_resp = &task->smp_task.smp_resp;
sg_resp          3913 drivers/scsi/pm8001/pm80xx_hwi.c 	elem = dma_map_sg(pm8001_ha->dev, sg_resp, 1, DMA_FROM_DEVICE);
sg_resp          3918 drivers/scsi/pm8001/pm80xx_hwi.c 	resp_len = sg_dma_len(sg_resp);