Searched refs:id_buftype (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/isa/
H A Disadma_bounce.c68 int id_buftype; /* type of buffer */ member in struct:isadma_bounce_cookie
82 /* id_buftype */
239 cookie->id_buftype = ID_BUFTYPE_LINEAR;
311 cookie->id_buftype = ID_BUFTYPE_MBUF;
370 cookie->id_buftype = ID_BUFTYPE_INVALID;
412 switch (cookie->id_buftype) {
505 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dbus_private.h83 int id_buftype; /* type of buffer */ member in struct:x86_bus_dma_cookie
97 /* id_buftype */
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/isa/
H A Disadma_bounce.c204 cookie->id_buftype = _BUS_DMA_BUFTYPE_LINEAR;
275 cookie->id_buftype = _BUS_DMA_BUFTYPE_MBUF;
333 cookie->id_buftype = _BUS_DMA_BUFTYPE_INVALID;
387 switch (cookie->id_buftype) {
481 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/isa/
H A Disadma_machdep.c71 int id_buftype; /* type of buffer */ member in struct:powerpc_isa_dma_cookie
85 /* id_buftype */
324 cookie->id_buftype = ID_BUFTYPE_LINEAR;
397 cookie->id_buftype = ID_BUFTYPE_MBUF;
455 cookie->id_buftype = ID_BUFTYPE_INVALID;
494 switch (cookie->id_buftype) {
587 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/atari/isa/
H A Disa_dma.c72 int id_buftype; /* type of buffer */ member in struct:atari_isa_dma_cookie
86 /* id_buftype */
309 cookie->id_buftype = ID_BUFTYPE_LINEAR;
382 cookie->id_buftype = ID_BUFTYPE_MBUF;
438 cookie->id_buftype = ID_BUFTYPE_INVALID;
476 switch (cookie->id_buftype) {
569 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/integrator/
H A Dint_bus_dma.c70 int id_buftype; /* type of buffer */ member in struct:integrator_dma_cookie
83 /* id_buftype */
275 cookie->id_buftype = ID_BUFTYPE_LINEAR;
344 cookie->id_buftype = ID_BUFTYPE_MBUF;
402 cookie->id_buftype = ID_BUFTYPE_INVALID;
456 switch (cookie->id_buftype) {
550 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disadma_bounce.c69 int id_buftype; /* type of buffer */ member in struct:isadma_bounce_cookie
83 /* id_buftype */
277 cookie->id_buftype = ID_BUFTYPE_LINEAR;
348 cookie->id_buftype = ID_BUFTYPE_MBUF;
406 cookie->id_buftype = ID_BUFTYPE_INVALID;
460 switch (cookie->id_buftype) {
553 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/shark/isa/
H A Disadma_machdep.c295 cookie->id_buftype = ID_BUFTYPE_LINEAR;
368 cookie->id_buftype = ID_BUFTYPE_MBUF;
424 cookie->id_buftype = ID_BUFTYPE_INVALID;
462 switch (cookie->id_buftype) {
555 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/isa/
H A Disadma_machdep.c302 cookie->id_buftype = ID_BUFTYPE_LINEAR;
378 cookie->id_buftype = ID_BUFTYPE_MBUF;
434 cookie->id_buftype = ID_BUFTYPE_INVALID;
472 switch (cookie->id_buftype) {
565 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dintiovar.h171 int id_buftype; /* type of buffer */ member in struct:intio_dma_cookie
185 /* id_buftype */
H A Dintio.c536 cookie->id_buftype = ID_BUFTYPE_LINEAR;
603 cookie->id_buftype = ID_BUFTYPE_MBUF;
660 cookie->id_buftype = ID_BUFTYPE_INVALID;
699 switch (cookie->id_buftype) {
792 printf("unknown buffer type %d\n", cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dbus_dma.c243 cookie->id_buftype = buftype;
415 cookie->id_buftype = _BUS_DMA_BUFTYPE_INVALID;
493 cookie->id_buftype = _BUS_DMA_BUFTYPE_INVALID;
565 cookie->id_buftype = _BUS_DMA_BUFTYPE_INVALID;
644 cookie->id_buftype = _BUS_DMA_BUFTYPE_INVALID;
714 switch (cookie->id_buftype) {
738 cookie->id_buftype);
841 switch (cookie->id_buftype) {
867 cookie->id_buftype);
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dbus_dma_defs.h241 int id_buftype; /* type of buffer */ member in struct:mips_bus_dma_cookie
257 /* id_buftype */
H A Dbus_dma.h274 int id_buftype; /* type of buffer */ member in struct:mips_bus_dma_cookie
290 /* id_buftype */
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Disa_machdep.h133 int id_buftype; /* type of buffer */ member in struct:arm32_isa_dma_cookie
147 /* id_buftype */
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dbus_dma.c423 cookie->id_buftype = X86_DMA_BUFTYPE_LINEAR;
620 cookie->id_buftype = X86_DMA_BUFTYPE_MBUF;
700 cookie->id_buftype = X86_DMA_BUFTYPE_UIO;
771 cookie->id_buftype = X86_DMA_BUFTYPE_INVALID;
810 switch (cookie->id_buftype) {
927 printf("unknown buffer type %d\n", cookie->id_buftype);

Completed in 196 milliseconds