buf_prd           555 drivers/scsi/mvsas/mv_64xx.c 	struct mvs_prd *buf_prd = prd;
buf_prd           557 drivers/scsi/mvsas/mv_64xx.c 		buf_prd->addr = cpu_to_le64(sg_dma_address(sg));
buf_prd           558 drivers/scsi/mvsas/mv_64xx.c 		buf_prd->len = cpu_to_le32(sg_dma_len(sg));
buf_prd           559 drivers/scsi/mvsas/mv_64xx.c 		buf_prd++;
buf_prd           728 drivers/scsi/mvsas/mv_64xx.c 	struct mvs_prd *buf_prd = prd;
buf_prd           731 drivers/scsi/mvsas/mv_64xx.c 	buf_prd	+= from;
buf_prd           733 drivers/scsi/mvsas/mv_64xx.c 		buf_prd->addr = cpu_to_le64(buf_dma);
buf_prd           734 drivers/scsi/mvsas/mv_64xx.c 		buf_prd->len = cpu_to_le32(buf_len);
buf_prd           735 drivers/scsi/mvsas/mv_64xx.c 		++buf_prd;
buf_prd           787 drivers/scsi/mvsas/mv_94xx.c 	struct mvs_prd *buf_prd = prd;
buf_prd           791 drivers/scsi/mvsas/mv_94xx.c 		buf_prd->addr = cpu_to_le64(sg_dma_address(sg));
buf_prd           793 drivers/scsi/mvsas/mv_94xx.c 		buf_prd->im_len = cpu_to_le32(*(u32 *)&im_len);
buf_prd           794 drivers/scsi/mvsas/mv_94xx.c 		buf_prd++;
buf_prd           990 drivers/scsi/mvsas/mv_94xx.c 	struct mvs_prd *buf_prd = prd;
buf_prd           995 drivers/scsi/mvsas/mv_94xx.c 	buf_prd += from;
buf_prd          1005 drivers/scsi/mvsas/mv_94xx.c 	for (i = from; i < MAX_SG_ENTRY; i++, ++buf_prd) {
buf_prd          1007 drivers/scsi/mvsas/mv_94xx.c 			buf_prd->addr = cpu_to_le64(virt_to_phys(buf_prd - 1));
buf_prd          1011 drivers/scsi/mvsas/mv_94xx.c 			buf_prd->addr = cpu_to_le64(buf_dma);
buf_prd          1014 drivers/scsi/mvsas/mv_94xx.c 		buf_prd->im_len = cpu_to_le32(*(u32 *)&im_len);
buf_prd           315 drivers/scsi/mvsas/mv_sas.c 	void *buf_prd;
buf_prd           360 drivers/scsi/mvsas/mv_sas.c 	buf_prd = buf_tmp;
buf_prd           397 drivers/scsi/mvsas/mv_sas.c 	MVS_CHIP_DISP->make_prd(task->scatter, tei->n_elem, buf_prd);
buf_prd           437 drivers/scsi/mvsas/mv_sas.c 	void *buf_prd;
buf_prd           504 drivers/scsi/mvsas/mv_sas.c 	buf_prd = buf_tmp;
buf_prd           545 drivers/scsi/mvsas/mv_sas.c 	MVS_CHIP_DISP->make_prd(task->scatter, tei->n_elem, buf_prd);
buf_prd           549 drivers/scsi/mvsas/mv_sas.c 				TRASH_BUCKET_SIZE, tei->n_elem, buf_prd);
buf_prd           565 drivers/scsi/mvsas/mv_sas.c 	void *buf_prd;
buf_prd           620 drivers/scsi/mvsas/mv_sas.c 	buf_prd = buf_tmp;
buf_prd           690 drivers/scsi/mvsas/mv_sas.c 	MVS_CHIP_DISP->make_prd(task->scatter, tei->n_elem, buf_prd);
buf_prd          4216 drivers/scsi/pm8001/pm8001_hwi.c 	struct pm8001_prd *buf_prd = prd;
buf_prd          4219 drivers/scsi/pm8001/pm8001_hwi.c 		buf_prd->addr = cpu_to_le64(sg_dma_address(sg));
buf_prd          4220 drivers/scsi/pm8001/pm8001_hwi.c 		buf_prd->im_len.len = cpu_to_le32(sg_dma_len(sg));
buf_prd          4221 drivers/scsi/pm8001/pm8001_hwi.c 		buf_prd->im_len.e = 0;
buf_prd          4222 drivers/scsi/pm8001/pm8001_hwi.c 		buf_prd++;
buf_prd          4337 drivers/scsi/pm8001/pm8001_hwi.c 		pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd);
buf_prd          4339 drivers/scsi/pm8001/pm8001_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
buf_prd          4410 drivers/scsi/pm8001/pm8001_hwi.c 		pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd);
buf_prd          4412 drivers/scsi/pm8001/pm8001_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
buf_prd           304 drivers/scsi/pm8001/pm8001_sas.h 	struct pm8001_prd	buf_prd[PM8001_MAX_DMA_SG];
buf_prd          4097 drivers/scsi/pm8001/pm80xx_hwi.c 						ccb->n_elem, ccb->buf_prd);
buf_prd          4099 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
buf_prd          4127 drivers/scsi/pm8001/pm80xx_hwi.c 					ccb->buf_prd);
buf_prd          4130 drivers/scsi/pm8001/pm80xx_hwi.c 						buf_prd[0]);
buf_prd          4157 drivers/scsi/pm8001/pm80xx_hwi.c 					ccb->buf_prd);
buf_prd          4159 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
buf_prd          4186 drivers/scsi/pm8001/pm80xx_hwi.c 					ccb->buf_prd);
buf_prd          4189 drivers/scsi/pm8001/pm80xx_hwi.c 						 buf_prd[0]);
buf_prd          4278 drivers/scsi/pm8001/pm80xx_hwi.c 						ccb->n_elem, ccb->buf_prd);
buf_prd          4280 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
buf_prd          4304 drivers/scsi/pm8001/pm80xx_hwi.c 					ccb->buf_prd);
buf_prd          4307 drivers/scsi/pm8001/pm80xx_hwi.c 						buf_prd[0]);
buf_prd          4344 drivers/scsi/pm8001/pm80xx_hwi.c 					ccb->n_elem, ccb->buf_prd);
buf_prd          4346 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
buf_prd          4370 drivers/scsi/pm8001/pm80xx_hwi.c 					ccb->buf_prd);
buf_prd          4373 drivers/scsi/pm8001/pm80xx_hwi.c 					buf_prd[0]);