Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Ddma-iommu.c155 dev->dma_ops_bypass = dev->bus_dma_limit == 0; in dma_iommu_dma_supported()
156 if (!dev->dma_ops_bypass) in dma_iommu_dma_supported()
180 dev->dma_ops_bypass = false; in dma_iommu_dma_supported()
/linux/kernel/dma/
H A DKconfig17 # mapping fast path should select this option and set the dma_ops_bypass
H A Dmapping.c122 if (dev->dma_ops_bypass) in dma_go_direct()
/linux/include/linux/
H A Ddevice.h820 bool dma_ops_bypass : 1; member