HomeSort by: relevance | last modified time | path
    Searched defs:ID_MIGHT_NEED_BOUNCE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/alpha/isa/
isadma_bounce.c 78 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */
129 cookieflags |= ID_MIGHT_NEED_BOUNCE;
139 if (cookieflags & ID_MIGHT_NEED_BOUNCE) {
204 if (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) {
262 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
332 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
  /src/sys/arch/arc/isa/
isadma_bounce.c 79 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */
147 cookieflags |= ID_MIGHT_NEED_BOUNCE;
157 if (cookieflags & ID_MIGHT_NEED_BOUNCE) {
242 if (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) {
300 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
369 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
  /src/sys/arch/atari/isa/
isa_dma.c 82 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */
188 cookieflags |= ID_MIGHT_NEED_BOUNCE;
198 if (cookieflags & ID_MIGHT_NEED_BOUNCE) {
261 if (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) {
320 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
391 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
  /src/sys/arch/powerpc/isa/
isadma_machdep.c 81 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */
219 cookieflags |= ID_MIGHT_NEED_BOUNCE;
236 if (cookieflags & ID_MIGHT_NEED_BOUNCE) {
271 if (cookie->id_flags & ID_MIGHT_NEED_BOUNCE)
301 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
372 if (error == 0 || (cookie->id_flags & ID_MIGHT_NEED_BOUNCE) == 0)
  /src/sys/arch/x68k/dev/
intiovar.h 177 #define ID_MIGHT_NEED_BOUNCE 0x01 /* map could need bounce buffers */

Completed in 14 milliseconds