Searched refs:unmap_sg (Results 1 – 13 of 13) sorted by relevance
/linux/kernel/dma/ |
H A D | dummy.c | 57 .unmap_sg = dma_dummy_unmap_sg,
|
H A D | mapping.c | 316 else if (ops->unmap_sg) in dma_unmap_sg_attrs() 317 ops->unmap_sg(dev, sg, nents, dir, attrs); in dma_unmap_sg_attrs()
|
/linux/drivers/mmc/host/ |
H A D | uniphier-sd.c | 159 goto unmap_sg; in uniphier_sd_external_dma_start() 166 goto unmap_sg; in uniphier_sd_external_dma_start() 172 unmap_sg: in uniphier_sd_external_dma_start()
|
/linux/arch/sparc/mm/ |
H A D | iommu.c | 432 .unmap_sg = sbus_iommu_unmap_sg, 443 .unmap_sg = sbus_iommu_unmap_sg,
|
H A D | io-unit.c | 285 .unmap_sg = iounit_unmap_sg,
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | ibmebus.c | 146 .unmap_sg = ibmebus_unmap_sg,
|
H A D | vio.c | 607 .unmap_sg = vio_dma_iommu_unmap_sg,
|
/linux/drivers/xen/ |
H A D | swiotlb-xen.c | 420 .unmap_sg = xen_swiotlb_unmap_sg,
|
/linux/include/linux/ |
H A D | dma-map-ops.h | 47 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, member
|
/linux/arch/sparc/kernel/ |
H A D | iommu.c | 759 .unmap_sg = dma_4u_unmap_sg,
|
/linux/arch/alpha/kernel/ |
H A D | pci_iommu.c | 923 .unmap_sg = alpha_pci_unmap_sg,
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 630 goto unmap_sg; in map_cont_bufs() 665 unmap_sg: in map_cont_bufs()
|
/linux/arch/arm/mm/ |
H A D | dma-mapping.c | 1525 .unmap_sg = arm_iommu_unmap_sg,
|