Searched refs:unmap_sg (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.6.21/drivers/mmc/host/ |
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-6.6.21/arch/sparc/mm/ |
D | iommu.c | 432 .unmap_sg = sbus_iommu_unmap_sg, 443 .unmap_sg = sbus_iommu_unmap_sg,
|
D | io-unit.c | 285 .unmap_sg = iounit_unmap_sg,
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | dma-iommu.c | 212 .unmap_sg = dma_iommu_unmap_sg,
|
/linux-6.6.21/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 692 .unmap_sg = ps3_sb_unmap_sg, 706 .unmap_sg = ps3_ioc0_unmap_sg,
|
/linux-6.6.21/drivers/xen/ |
D | grant-dma-ops.c | 292 .unmap_sg = xen_grant_dma_unmap_sg,
|
D | swiotlb-xen.c | 400 .unmap_sg = xen_swiotlb_unmap_sg,
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | ibmebus.c | 146 .unmap_sg = ibmebus_unmap_sg,
|
D | vio.c | 607 .unmap_sg = vio_dma_iommu_unmap_sg,
|
/linux-6.6.21/kernel/dma/ |
D | mapping.c | 294 else if (ops->unmap_sg) in dma_unmap_sg_attrs() 295 ops->unmap_sg(dev, sg, nents, dir, attrs); in dma_unmap_sg_attrs()
|
/linux-6.6.21/arch/mips/jazz/ |
D | jazzdma.c | 613 .unmap_sg = jazz_dma_unmap_sg,
|
/linux-6.6.21/include/linux/ |
D | dma-map-ops.h | 61 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, member
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gpuvm.c | 545 goto unmap_sg; in kfd_mem_dmamap_userptr() 549 unmap_sg: in kfd_mem_dmamap_userptr() 637 goto unmap_sg; in kfd_mem_dmamap_sg_bo() 651 unmap_sg: in kfd_mem_dmamap_sg_bo()
|
/linux-6.6.21/drivers/crypto/ |
D | atmel-sha.c | 1472 goto unmap_sg; in atmel_sha_dma_start() 1478 goto unmap_sg; in atmel_sha_dma_start() 1486 goto unmap_sg; in atmel_sha_dma_start() 1492 unmap_sg: in atmel_sha_dma_start()
|
/linux-6.6.21/arch/x86/kernel/ |
D | amd_gart_64.c | 670 .unmap_sg = gart_unmap_sg,
|
/linux-6.6.21/arch/s390/pci/ |
D | pci_dma.c | 719 .unmap_sg = s390_dma_unmap_sg,
|
/linux-6.6.21/arch/alpha/kernel/ |
D | pci_iommu.c | 928 .unmap_sg = alpha_pci_unmap_sg,
|
/linux-6.6.21/arch/sparc/kernel/ |
D | iommu.c | 759 .unmap_sg = dma_4u_unmap_sg,
|
D | pci_sun4v.c | 692 .unmap_sg = dma_4v_unmap_sg,
|
/linux-6.6.21/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 452 goto unmap_sg; in safexcel_ahash_send_req() 476 goto unmap_sg; in safexcel_ahash_send_req() 498 unmap_sg: in safexcel_ahash_send_req()
|
/linux-6.6.21/drivers/parisc/ |
D | ccio-dma.c | 1023 .unmap_sg = ccio_unmap_sg,
|
D | sba_iommu.c | 1091 .unmap_sg = sba_unmap_sg,
|
/linux-6.6.21/drivers/infiniband/ulp/rtrs/ |
D | rtrs-srv.c | 627 goto unmap_sg; in map_cont_bufs() 662 unmap_sg: in map_cont_bufs()
|
/linux-6.6.21/arch/ia64/hp/common/ |
D | sba_iommu.c | 2077 .unmap_sg = sba_unmap_sg_attrs,
|
/linux-6.6.21/arch/arm/mm/ |
D | dma-mapping.c | 1528 .unmap_sg = arm_iommu_unmap_sg,
|
12