Searched refs:SG_DMA_BUS_ADDRESS (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dscatterlist.h283 #define SG_DMA_BUS_ADDRESS (1 << 0) macro
297 return sg->dma_flags & SG_DMA_BUS_ADDRESS;
312 sg->dma_flags |= SG_DMA_BUS_ADDRESS;
324 sg->dma_flags &= ~SG_DMA_BUS_ADDRESS;

Completed in 168 milliseconds