Searched refs:bounce_flags (Results 1 – 3 of 3) sorted by relevance
74 int bounce_flags; member 114 #define dmat_bounce_flags(dmat) ((dmat)->bounce_flags)151 newtag->bounce_flags |= BF_COHERENT; in bounce_bus_dma_tag_create() 154 if ((parent->bounce_flags & BF_COULD_BOUNCE) != 0) in bounce_bus_dma_tag_create() 155 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create() 158 newtag->bounce_flags |= parent->bounce_flags & BF_COHERENT; in bounce_bus_dma_tag_create() 163 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create() 165 if (((newtag->bounce_flags & BF_COULD_BOUNCE) != 0) && in bounce_bus_dma_tag_create() 186 newtag->bounce_flags | in bounce_bus_dma_tag_create() [all...]
76 int bounce_flags; member 111 #define dmat_bounce_flags(dmat) ((dmat)->bounce_flags)162 dmat->bounce_flags |= BUS_DMA_MIN_ALLOC_COMP;196 newtag->bounce_flags |= BUS_DMA_FORCE_MAP; in bounce_bus_dma_tag_create() 200 (parent->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) in bounce_bus_dma_tag_create() 201 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE; in bounce_bus_dma_tag_create() 205 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE; in bounce_bus_dma_tag_create() 207 if ((newtag->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0 && in bounce_bus_dma_tag_create() 227 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0)242 if ((dmat->bounce_flags in bounce_bus_dma_tag_set_domain() [all...]
80 int bounce_flags; member126 #define dmat_bounce_flags(dmat) ((dmat)->bounce_flags)168 dmat->bounce_flags |= BF_MIN_ALLOC_COMP; in bounce_bus_dma_zone_setup()191 if ((dmat->bounce_flags & BF_COHERENT) != 0) in cacheline_bounce()218 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0) in might_bounce()238 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0 && in must_bounce()270 newtag->bounce_flags |= BF_COHERENT; in bounce_bus_dma_tag_create()274 if ((parent->bounce_flags & BF_COULD_BOUNCE) != 0) in bounce_bus_dma_tag_create()275 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create()278 newtag->bounce_flags |= parent->bounce_flags & BF_COHERENT; in bounce_bus_dma_tag_create()[all …]