Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c65 BF_COULD_BOUNCE = 0x01, enumerator
213 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0) in might_bounce()
236 if ((dmat->bounce_flags & BF_COULD_BOUNCE) != 0 && in must_bounce()
287 (parent->bounce_flags & BF_COULD_BOUNCE) != 0)) in bounce_bus_dma_tag_create()
288 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create()
296 newtag->bounce_flags |= BF_COULD_BOUNCE; in bounce_bus_dma_tag_create()