Searched refs:ID_IS_BOUNCING (Results 1 – 6 of 6) sorted by relevance
80 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro298 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load()369 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load_mbuf()413 cookie->id_flags &= ~ID_IS_BOUNCING; in isadma_bounce_dmamap_unload()451 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) { in isadma_bounce_dmamap_sync()
83 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro339 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load()411 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load_mbuf()454 cookie->id_flags &= ~ID_IS_BOUNCING; in _isa_bus_dmamap_unload()491 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) in _isa_bus_dmamap_sync()
81 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro336 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load()406 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load_mbuf()449 cookie->id_flags &= ~ID_IS_BOUNCING; in isadma_bounce_dmamap_unload()490 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) { in isadma_bounce_dmamap_sync()
84 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro358 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load()430 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load_mbuf()471 cookie->id_flags &= ~ID_IS_BOUNCING; in _isa_bus_dmamap_unload()507 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) in _isa_bus_dmamap_sync()
547 cookie->id_flags |= ID_IS_BOUNCING; in _intio_bus_dmamap_load()613 cookie->id_flags |= ID_IS_BOUNCING; in _intio_bus_dmamap_load_mbuf()655 cookie->id_flags &= ~ID_IS_BOUNCING; in _intio_bus_dmamap_unload()692 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) in _intio_bus_dmamap_sync()
179 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro