Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dscatterlist.h259 #define SG_DMA_BUS_ADDRESS (1 << 0) macro
272 return sg->dma_flags & SG_DMA_BUS_ADDRESS; in sg_is_dma_bus_address()
287 sg->dma_flags |= SG_DMA_BUS_ADDRESS; in sg_dma_mark_bus_address()
299 sg->dma_flags &= ~SG_DMA_BUS_ADDRESS; in sg_dma_unmark_bus_address()