smp_resp          162 drivers/scsi/aic94xx/aic94xx_dev.c 			struct smp_resp *rps_resp = &dev->sata_dev.rps_resp;
smp_resp          378 drivers/scsi/aic94xx/aic94xx_sas.h 	struct sg_el smp_resp;
smp_resp          423 drivers/scsi/aic94xx/aic94xx_task.c 	dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_resp, 1,
smp_resp          437 drivers/scsi/aic94xx/aic94xx_task.c 	scb->smp_task.smp_resp.bus_addr =
smp_resp          438 drivers/scsi/aic94xx/aic94xx_task.c 		cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp));
smp_resp          439 drivers/scsi/aic94xx/aic94xx_task.c 	scb->smp_task.smp_resp.size =
smp_resp          440 drivers/scsi/aic94xx/aic94xx_task.c 		cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4);
smp_resp          458 drivers/scsi/aic94xx/aic94xx_task.c 	dma_unmap_sg(&a->ha->pcidev->dev, &task->smp_task.smp_resp, 1,
smp_resp         1278 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		struct scatterlist *sg_resp = &task->smp_task.smp_resp;
smp_resp         2421 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		struct scatterlist *sg_resp = &task->smp_task.smp_resp;
smp_resp         2234 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		struct scatterlist *sg_resp = &task->smp_task.smp_resp;
smp_resp         1773 drivers/scsi/isci/request.c 		struct scatterlist *sg = &task->smp_task.smp_resp;
smp_resp         1785 drivers/scsi/isci/request.c 			void *smp_resp;
smp_resp         1789 drivers/scsi/isci/request.c 								 &smp_resp);
smp_resp         1795 drivers/scsi/isci/request.c 			sci_swab32_cpy(rsp + 4, smp_resp, word_cnt);
smp_resp           77 drivers/scsi/libsas/sas_expander.c 		task->smp_task.smp_resp = *resp;
smp_resp          200 drivers/scsi/libsas/sas_expander.c 	struct smp_resp *resp = rsp;
smp_resp          381 drivers/scsi/libsas/sas_expander.c 	dr = &((struct smp_resp *)disc_resp)->disc;
smp_resp          450 drivers/scsi/libsas/sas_expander.c 					    struct smp_resp *resp)
smp_resp          469 drivers/scsi/libsas/sas_expander.c 	struct smp_resp *rg_resp;
smp_resp          704 drivers/scsi/libsas/sas_expander.c 			    struct smp_resp *rps_resp)
smp_resp         1676 drivers/scsi/libsas/sas_expander.c 				int phy_id, struct smp_resp *disc_resp)
smp_resp         1705 drivers/scsi/libsas/sas_expander.c 	struct smp_resp *disc_resp;
smp_resp         1723 drivers/scsi/libsas/sas_expander.c 	struct smp_resp *disc_resp;
smp_resp         1779 drivers/scsi/libsas/sas_expander.c 	struct smp_resp  *rg_resp;
smp_resp           86 drivers/scsi/libsas/sas_internal.h 			    struct smp_resp *rps_resp);
smp_resp          328 drivers/scsi/mvsas/mv_sas.c 	sg_resp = &task->smp_task.smp_resp;
smp_resp          402 drivers/scsi/mvsas/mv_sas.c 	dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_resp, 1,
smp_resp          889 drivers/scsi/mvsas/mv_sas.c 		dma_unmap_sg(mvi->dev, &task->smp_task.smp_resp, 1,
smp_resp         1782 drivers/scsi/mvsas/mv_sas.c 			struct scatterlist *sg_resp = &task->smp_task.smp_resp;
smp_resp         4261 drivers/scsi/pm8001/pm8001_hwi.c 	sg_resp = &task->smp_task.smp_resp;
smp_resp         4282 drivers/scsi/pm8001/pm8001_hwi.c 		cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp));
smp_resp         4284 drivers/scsi/pm8001/pm8001_hwi.c 		cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4);
smp_resp         4294 drivers/scsi/pm8001/pm8001_hwi.c 	dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1,
smp_resp          535 drivers/scsi/pm8001/pm8001_sas.c 		dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_resp, 1,
smp_resp         2674 drivers/scsi/pm8001/pm80xx_hwi.c 						(&t->smp_task.smp_resp))));
smp_resp         3912 drivers/scsi/pm8001/pm80xx_hwi.c 	sg_resp = &task->smp_task.smp_resp;
smp_resp         3958 drivers/scsi/pm8001/pm80xx_hwi.c 					(&task->smp_task.smp_resp));
smp_resp         3961 drivers/scsi/pm8001/pm80xx_hwi.c 					(&task->smp_task.smp_resp)-4);
smp_resp         3970 drivers/scsi/pm8001/pm80xx_hwi.c 				(&task->smp_task.smp_resp));
smp_resp         3973 drivers/scsi/pm8001/pm80xx_hwi.c 			((u32)sg_dma_len(&task->smp_task.smp_resp)-4);
smp_resp         4003 drivers/scsi/pm8001/pm80xx_hwi.c 	dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1,
smp_resp          148 include/scsi/libsas.h 	struct smp_resp rps_resp ____cacheline_aligned; /* report_phy_sata_resp */
smp_resp          557 include/scsi/libsas.h 	struct scatterlist smp_resp;