Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c62 BF_COULD_BOUNCE = 0x01, enumerator
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()
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()
272 if (dmat->bounce_flags & BF_COULD_BOUNCE) { in bounce_bus_dmamap_create()
571 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0) { in _bus_dmamap_addseg()
586 if (((dmat->bounce_flags & BF_COULD_BOUNCE) != 0) && in _bus_dmamap_addseg()
641 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0) { in bounce_bus_dmamap_load_phys()
671 if (((dmat->bounce_flags & BF_COULD_BOUNCE) ! in bounce_bus_dmamap_load_buffer()
[all...]
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c64 BF_COULD_BOUNCE = 0x01, enumerator
218 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0) in might_bounce()
238 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0 && in must_bounce()
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()
299 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create()
345 if ((dmat->bounce_flags & BF_COULD_BOUNCE) == 0 || in bounce_bus_dma_tag_set_domain()