Searched refs:dma_info_to_prot (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 727 * dma_info_to_prot - Translate DMA API directions and attributes to IOMMU API in dma_info_to_prot() 735 static int dma_info_to_prot(enum dma_data_direction dir, bool coherent, in dma_info_to_prot() 947 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in __iommu_dma_alloc_noncontiguous() 1213 int prot = dma_info_to_prot(dir, coherent, attrs); in iommu_dma_map_phys() 1407 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg() 1650 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in iommu_dma_alloc() 1849 int prot = dma_info_to_prot(dir, coherent, attrs); in iommu_dma_iova_bounce_and_link() 724 static int dma_info_to_prot(enum dma_data_direction dir, bool coherent, dma_info_to_prot() function
|