/src/sys/arch/x86/include/ |
bus_private.h | 85 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:x86_bus_dma_cookie
|
/src/sys/arch/alpha/isa/ |
isadma_bounce.c | 70 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:isadma_bounce_cookie 285 error = _bus_dmamap_load_direct(t, map, cookie->id_bouncebuf, buflen, 356 error = _bus_dmamap_load_direct(t, map, cookie->id_bouncebuf, 466 memcpy((char *)cookie->id_bouncebuf + offset, 475 (char *)cookie->id_bouncebuf + offset, len); 497 (char *)cookie->id_bouncebuf + offset); 521 (char *)cookie->id_bouncebuf + offset, 595 (void **)&cookie->id_bouncebuf, flags); 614 _bus_dmamem_unmap(t, cookie->id_bouncebuf,
|
/src/sys/arch/arc/isa/ |
isadma_bounce.c | 71 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:isadma_bounce_cookie 323 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, buflen, 393 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, 514 memcpy((char *)cookie->id_bouncebuf + offset, 523 (char *)cookie->id_bouncebuf + offset, len); 545 (char *)cookie->id_bouncebuf + offset); 569 (char *)cookie->id_bouncebuf + offset, 643 (void **)&cookie->id_bouncebuf, flags); 662 _bus_dmamem_unmap(t, cookie->id_bouncebuf,
|
/src/sys/arch/atari/isa/ |
isa_dma.c | 74 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:atari_isa_dma_cookie 345 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, buflen, 417 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, 520 memcpy((char *)cookie->id_bouncebuf + offset, 529 (char *)cookie->id_bouncebuf + offset, len); 551 (char *)cookie->id_bouncebuf + offset); 575 (char *)cookie->id_bouncebuf + offset, 643 (void **)&cookie->id_bouncebuf, flags); 666 bus_dmamem_unmap(t, cookie->id_bouncebuf,
|
/src/sys/arch/powerpc/isa/ |
isadma_machdep.c | 73 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:powerpc_isa_dma_cookie 326 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, buflen, 398 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, 504 memcpy((char *)cookie->id_bouncebuf + offset, 513 (char *)cookie->id_bouncebuf + offset, len); 535 (char *)cookie->id_bouncebuf + offset); 559 (char *)cookie->id_bouncebuf + offset, 637 (void **)&cookie->id_bouncebuf, flags); 660 _bus_dmamem_unmap(t, cookie->id_bouncebuf,
|
/src/sys/arch/mips/include/ |
bus_dma_defs.h | 245 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:mips_bus_dma_cookie
|
/src/sys/arch/x68k/dev/ |
intiovar.h | 169 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:intio_dma_cookie
|
/src/sys/arch/arm/include/ |
bus_defs.h | 535 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:arm32_bus_dma_cookie
|
/src/sys/arch/riscv/include/ |
bus_defs.h | 496 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:riscv_bus_dma_cookie
|