Home
last modified time | relevance | path

Searched refs:bounce_phys (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iommu/
H A Ddma-iommu.c1853 phys_addr_t bounce_phys; in iommu_dma_iova_bounce_and_link() local
1856 bounce_phys = iommu_dma_map_swiotlb(dev, phys, bounce_len, dir, attrs); in iommu_dma_iova_bounce_and_link()
1857 if (bounce_phys == DMA_MAPPING_ERROR) in iommu_dma_iova_bounce_and_link()
1861 bounce_phys - iova_start_pad, in iommu_dma_iova_bounce_and_link()
1864 swiotlb_tbl_unmap_single(dev, bounce_phys, bounce_len, dir, in iommu_dma_iova_bounce_and_link()