smp_req           374 drivers/scsi/aic94xx/aic94xx_sas.h 	struct sg_el smp_req;
smp_req           421 drivers/scsi/aic94xx/aic94xx_task.c 	dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_req, 1,
smp_req           432 drivers/scsi/aic94xx/aic94xx_task.c 	scb->smp_task.smp_req.bus_addr =
smp_req           433 drivers/scsi/aic94xx/aic94xx_task.c 		cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req));
smp_req           434 drivers/scsi/aic94xx/aic94xx_task.c 	scb->smp_task.smp_req.size =
smp_req           435 drivers/scsi/aic94xx/aic94xx_task.c 		cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4);
smp_req           456 drivers/scsi/aic94xx/aic94xx_task.c 	dma_unmap_sg(&a->ha->pcidev->dev, &task->smp_task.smp_req, 1,
smp_req           418 drivers/scsi/esas2r/atioctl.h 	u8 smp_req[1020];
smp_req           300 drivers/scsi/hisi_sas/hisi_sas_main.c 				dma_unmap_sg(dev, &task->smp_task.smp_req,
smp_req           326 drivers/scsi/hisi_sas/hisi_sas_main.c 			*n_elem_req = dma_map_sg(dev, &task->smp_task.smp_req,
smp_req           332 drivers/scsi/hisi_sas/hisi_sas_main.c 			req_len = sg_dma_len(&task->smp_task.smp_req);
smp_req           924 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 	sg_req = &task->smp_task.smp_req;
smp_req          1283 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 		dma_unmap_sg(dev, &task->smp_task.smp_req, 1,
smp_req          1704 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	sg_req = &task->smp_task.smp_req;
smp_req          1706 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	req_len = sg_dma_len(&task->smp_task.smp_req);
smp_req          2426 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 		dma_unmap_sg(dev, &task->smp_task.smp_req, 1,
smp_req          1302 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	sg_req = &task->smp_task.smp_req;
smp_req          2239 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 		dma_unmap_sg(dev, &task->smp_task.smp_req, 1,
smp_req          2920 drivers/scsi/isci/request.c 		struct scatterlist *sg = &task->smp_task.smp_req;
smp_req          2921 drivers/scsi/isci/request.c 		struct smp_req *smp_req;
smp_req          2928 drivers/scsi/isci/request.c 		smp_req = kaddr + sg->offset;
smp_req          2929 drivers/scsi/isci/request.c 		sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32));
smp_req          3188 drivers/scsi/isci/request.c 	struct scatterlist *sg = &task->smp_task.smp_req;
smp_req          3192 drivers/scsi/isci/request.c 	struct smp_req *smp_req;
smp_req          3198 drivers/scsi/isci/request.c 	smp_req = kaddr + sg->offset;
smp_req          3204 drivers/scsi/isci/request.c 	if (smp_req->req_len == 0) {
smp_req          3205 drivers/scsi/isci/request.c 		switch (smp_req->func) {
smp_req          3210 drivers/scsi/isci/request.c 			smp_req->req_len = 2;
smp_req          3215 drivers/scsi/isci/request.c 			smp_req->req_len = 9;
smp_req          3220 drivers/scsi/isci/request.c 	req_len = smp_req->req_len;
smp_req          3221 drivers/scsi/isci/request.c 	sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32));
smp_req          3222 drivers/scsi/isci/request.c 	cmd = *(u32 *) smp_req;
smp_req            76 drivers/scsi/libsas/sas_expander.c 		task->smp_task.smp_req = *req;
smp_req           322 drivers/scsi/mvsas/mv_sas.c 	sg_req = &task->smp_task.smp_req;
smp_req           405 drivers/scsi/mvsas/mv_sas.c 	dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1,
smp_req           891 drivers/scsi/mvsas/mv_sas.c 		dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1,
smp_req          4226 drivers/scsi/pm8001/pm8001_hwi.c static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd)
smp_req          4247 drivers/scsi/pm8001/pm8001_hwi.c 	struct smp_req smp_cmd;
smp_req          4255 drivers/scsi/pm8001/pm8001_hwi.c 	sg_req = &task->smp_task.smp_req;
smp_req          4278 drivers/scsi/pm8001/pm8001_hwi.c 		cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req));
smp_req          4280 drivers/scsi/pm8001/pm8001_hwi.c 		cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4);
smp_req          4297 drivers/scsi/pm8001/pm8001_hwi.c 	dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1,
smp_req          5130 drivers/scsi/pm8001/pm8001_hwi.c 	.smp_req		= pm8001_chip_smp_req,
smp_req           403 drivers/scsi/pm8001/pm8001_hwi.h 		u8	smp_req[32];
smp_req           297 drivers/scsi/pm8001/pm8001_sas.c 	return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb);
smp_req           537 drivers/scsi/pm8001/pm8001_sas.c 		dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1,
smp_req           204 drivers/scsi/pm8001/pm8001_sas.h 	int (*smp_req)(struct pm8001_hba_info *pm8001_ha,
smp_req          3869 drivers/scsi/pm8001/pm80xx_hwi.c 			struct smp_req *psmp_cmd, int mode, int length)
smp_req          3895 drivers/scsi/pm8001/pm80xx_hwi.c 	struct smp_req smp_cmd;
smp_req          3906 drivers/scsi/pm8001/pm80xx_hwi.c 	sg_req = &task->smp_task.smp_req;
smp_req          3938 drivers/scsi/pm8001/pm80xx_hwi.c 	tmp_addr = cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req));
smp_req          3952 drivers/scsi/pm8001/pm80xx_hwi.c 				(&task->smp_task.smp_req) + 4);
smp_req          3955 drivers/scsi/pm8001/pm80xx_hwi.c 			cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8);
smp_req          3965 drivers/scsi/pm8001/pm80xx_hwi.c 					(&task->smp_task.smp_req));
smp_req          3967 drivers/scsi/pm8001/pm80xx_hwi.c 			cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4);
smp_req          3986 drivers/scsi/pm8001/pm80xx_hwi.c 				smp_cmd.smp_req[i] = *(preq_dma_addr+i);
smp_req          3989 drivers/scsi/pm8001/pm80xx_hwi.c 					i, smp_cmd.smp_req[i],
smp_req          4006 drivers/scsi/pm8001/pm80xx_hwi.c 	dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1,
smp_req          4735 drivers/scsi/pm8001/pm80xx_hwi.c 	.smp_req		= pm80xx_chip_smp_req,
smp_req           637 drivers/scsi/pm8001/pm80xx_hwi.h 		u8	smp_req[32];
smp_req           556 include/scsi/libsas.h 	struct scatterlist smp_req;