HomeSort by: relevance | last modified time | path
    Searched refs:id_bouncebuf (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/evbmips/isa/
isadma_bounce.c 204 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf, buflen,
274 error = _bus_dmamap_load(t, map, cookie->id_bouncebuf,
395 memcpy((char *)cookie->id_bouncebuf + offset,
405 (char *)cookie->id_bouncebuf + offset, len);
427 (char *)cookie->id_bouncebuf + offset);
451 (char *)cookie->id_bouncebuf + offset,
488 mips_dcache_wbinv_range((vaddr_t)cookie->id_bouncebuf + offset,
530 (void **)&cookie->id_bouncebuf, flags);
549 _bus_dmamem_unmap(t, cookie->id_bouncebuf,
  /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/x86/include/
bus_private.h 85 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:x86_bus_dma_cookie
  /src/sys/arch/x68k/dev/
intio.c 534 error = x68k_bus_dmamap_load(t, map, cookie->id_bouncebuf, buflen,
600 error = x68k_bus_dmamap_load(t, map, cookie->id_bouncebuf,
705 memcpy((char *)cookie->id_bouncebuf + offset,
714 (char *)cookie->id_bouncebuf + offset, len);
736 (char *)cookie->id_bouncebuf + offset);
760 (char *)cookie->id_bouncebuf + offset,
832 (void **)&cookie->id_bouncebuf, flags);
852 x68k_bus_dmamem_unmap(t, cookie->id_bouncebuf,
intiovar.h 169 void *id_bouncebuf; /* pointer to the bounce buffer */ member in struct:intio_dma_cookie
  /src/sys/arch/mips/mips/
bus_dma.c 270 error = _bus_dmamap_load_buffer(t, map, cookie->id_bouncebuf,
808 memcpy((char *)cookie->id_bouncebuf + offset,
813 (char *)cookie->id_bouncebuf + offset);
816 _bus_dma_uiomove((char *)cookie->id_bouncebuf + offset,
955 (char *)cookie->id_bouncebuf + offset, len);
960 (char *)cookie->id_bouncebuf + offset);
964 _bus_dma_uiomove((char *)cookie->id_bouncebuf + offset,
1259 (void **)&cookie->id_bouncebuf, flags);
1284 _bus_dmamem_unmap(t, cookie->id_bouncebuf, cookie->id_bouncebuflen);
  /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/x86/x86/
bus_dma.c 440 error = bus_dmamap_load(t, map, cookie->id_bouncebuf, buflen,
641 error = bus_dmamap_load(t, map, cookie->id_bouncebuf,
723 error = bus_dmamap_load(t, map, cookie->id_bouncebuf,
868 memcpy((char *)cookie->id_bouncebuf + offset,
877 (char *)cookie->id_bouncebuf + offset, len);
899 (char *)cookie->id_bouncebuf + offset);
923 (char *)cookie->id_bouncebuf + offset,
951 _bus_dma_uiomove((char *)cookie->id_bouncebuf + offset,
956 _bus_dma_uiomove((char *)cookie->id_bouncebuf + offset,
1062 (void **)&cookie->id_bouncebuf, flags)
    [all...]
  /src/sys/arch/arm/arm32/
bus_dma.c 333 error = _bus_dmamap_load_buffer(t, map, cookie->id_bouncebuf,
964 va = (vaddr_t) cookie->id_bouncebuf;
1168 char * const dataptr = (char *)cookie->id_bouncebuf + offset;
1334 char * const dataptr = (char *)cookie->id_bouncebuf + offset;
1881 (void **)&cookie->id_bouncebuf, flags);
1905 _bus_dmamem_unmap(t, cookie->id_bouncebuf, cookie->id_bouncebuflen);
  /src/sys/arch/riscv/riscv/
bus_dma.c 327 error = _bus_dmamap_load_buffer(t, map, cookie->id_bouncebuf,
939 va = (vaddr_t) cookie->id_bouncebuf;
1134 char * const dataptr = (char *)cookie->id_bouncebuf + offset;
1289 char * const dataptr = (char *)cookie->id_bouncebuf + offset;
1781 (void **)&cookie->id_bouncebuf, flags);
1805 _bus_dmamem_unmap(t, cookie->id_bouncebuf, cookie->id_bouncebuflen);
  /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

Completed in 57 milliseconds