Searched refs:sg_phys (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/mips/jazz/
H A Djazzdma.c551 arch_sync_dma_for_device(sg_phys(sg), sg->length,
553 sg->dma_address = vdma_alloc(sg_phys(sg), sg->length);
570 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir);
594 arch_sync_dma_for_device(sg_phys(sg), sg->length, dir);
604 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir);
/linux-master/tools/virtio/linux/
H A Dscatterlist.h156 static inline dma_addr_t sg_phys(struct scatterlist *sg) function
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c76 pa = sg_phys(sg);
165 pa = sg_phys(sg);
260 pa = sg_phys(&chunk->page_list[i]);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c170 (*ents)[si].addr = cpu_to_le64(sg_phys(sg));
/linux-master/arch/powerpc/kernel/
H A Ddma-iommu.c45 if (!can_map_direct(dev, sg_phys(s) + s->offset + s->length))
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c301 unsigned long addr = sg_phys(s);
398 dma_addr_t addr = sg_phys(s);
/linux-master/include/linux/
H A Dscatterlist.h378 * sg_phys - Return physical address of an sg entry
387 static inline dma_addr_t sg_phys(struct scatterlist *sg) function
/linux-master/sound/virtio/
H A Dvirtio_pcm_msg.c104 sg_phys(&sgs[idx]) + sgs[idx].length != page_to_phys(pg)) {
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c105 sg_dma_address(s) = sg_phys(s);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c126 phys_addr_t phys = sg_phys(sg);
/linux-master/drivers/s390/scsi/
H A Dzfcp_qdio.c259 sbale->addr = u64_to_dma64(sg_phys(sg));
/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c643 int result = ps3_dma_map(dev->d_region, sg_phys(sg),
/linux-master/drivers/mmc/host/
H A Dau1xmmc.c642 sg_phys(sg), len, flags);
645 sg_phys(sg), len, flags);
/linux-master/drivers/iommu/
H A Ddma-iommu.c1119 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir);
1136 arch_sync_dma_for_device(sg_phys(sg), sg->length, dir);
H A Diommu.c2612 phys_addr_t s_phys = sg_phys(sg);
/linux-master/drivers/pci/
H A Dp2pdma.c1026 sg->dma_address = sg_phys(sg) + state->bus_off;
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c516 constituents->address = sg_phys(args->sg);
/linux-master/drivers/nvme/host/
H A Dapple.c385 dma_addr_t phys = sg_phys(sg);
H A Dpci.c571 dma_addr_t phys = sg_phys(sg);
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c425 return sg_phys(awalk->sg) + awalk->offset;
/linux-master/drivers/virtio/
H A Dvirtio_ring.c381 *addr = (dma_addr_t)sg_phys(sg);
/linux-master/drivers/misc/
H A Dfastrpc.c795 map->phys = sg_phys(map->table->sgl);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1069 u64 sle_phys = sg_phys(sg);
1115 __func__, i, (u64)sg_phys(sg), sglen, ldma_sg_len,

Completed in 464 milliseconds