Searched refs:bounce_flags (Results 1 – 2 of 2) sorted by relevance
76 int bounce_flags; member175 dmat->bounce_flags |= BUS_DMA_MIN_ALLOC_COMP; in bounce_bus_dma_zone_setup()207 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE; in bounce_bus_dma_tag_create()211 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE; in bounce_bus_dma_tag_create()251 dmat->bounce_flags &= ~BUS_DMA_MIN_ALLOC_COMP; in bounce_bus_dma_tag_set_domain()354 if ((dmat->bounce_flags & BUS_DMA_MIN_ALLOC_COMP) in bounce_bus_dmamap_create()357 dmat->bounce_flags |= in bounce_bus_dmamap_create()470 dmat->bounce_flags |= BUS_DMA_KMEM_ALLOC; in bounce_bus_dmamem_alloc()477 dmat->bounce_flags |= BUS_DMA_KMEM_ALLOC; in bounce_bus_dmamem_alloc()505 if ((dmat->bounce_flags & BUS_DMA_KMEM_ALLOC) == 0) in bounce_bus_dmamem_free()[all …]
78 int bounce_flags; member186 if ((dmat->bounce_flags & BF_COHERENT) != 0) in cacheline_bounce()269 newtag->bounce_flags |= BF_COHERENT; in bounce_bus_dma_tag_create()288 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create()291 newtag->bounce_flags |= parent->bounce_flags & BF_COHERENT; in bounce_bus_dma_tag_create()296 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create()324 newtag->bounce_flags |= BF_MIN_ALLOC_COMP; in bounce_bus_dma_tag_create()464 dmat->bounce_flags |= BF_MIN_ALLOC_COMP; in bounce_bus_dmamap_create()602 dmat->bounce_flags |= BF_KMEM_ALLOC; in bounce_bus_dmamem_alloc()607 dmat->bounce_flags |= BF_KMEM_ALLOC; in bounce_bus_dmamem_alloc()[all …]