Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/isa/
H A Disadma_bounce.c82 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */ macro
144 cookieflags |= ID_MIGHT_NEED_BOUNCE; in isadma_bounce_dmamap_create()
162 if (cookieflags & ID_MIGHT_NEED_BOUNCE) { in isadma_bounce_dmamap_create()
221 (error != 0 && (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)) in isadma_bounce_dmamap_load()
292 (error != 0 && (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)) in isadma_bounce_dmamap_load_mbuf()
/openbsd/sys/arch/i386/isa/
H A Disa_machdep.h137 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */ macro
H A Disa_machdep.c688 cookieflags |= ID_MIGHT_NEED_BOUNCE; in _isa_bus_dmamap_create()
704 if (cookieflags & ID_MIGHT_NEED_BOUNCE) { in _isa_bus_dmamap_create()
756 if (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) { in _isa_bus_dmamap_load()
/openbsd/sys/arch/amd64/include/
H A Disa_machdep.h139 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */ macro
/openbsd/sys/arch/amd64/isa/
H A Disa_machdep.c380 cookieflags |= ID_MIGHT_NEED_BOUNCE; in _isa_bus_dmamap_create()
397 if (cookieflags & ID_MIGHT_NEED_BOUNCE) { in _isa_bus_dmamap_create()
449 if (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) { in _isa_bus_dmamap_load()