Searched refs:bus_dma_tag (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/sys/
H A D_bus_dma.h43 typedef struct bus_dma_tag *bus_dma_tag_t;
/freebsd-11-stable/sys/sparc64/include/
H A Dbus_dma.h76 * Method table for a bus_dma_tag.
105 struct bus_dma_tag { struct
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h233 struct bus_dma_tag { struct
239 typedef struct bus_dma_tag *bus_dma_tag_t;
H A Dbsd_kernel.c58 struct bus_dma_tag *ret;
60 ret = malloc(sizeof(struct bus_dma_tag), XXX, XXX);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c576 struct bus_dma_tag nexus_dmatag = {
H A Dnexus.c186 extern struct bus_dma_tag nexus_dmatag;
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_bounce.c70 struct bus_dma_tag { struct
167 sizeof (struct bus_dma_tag), (void **)&newtag);
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c73 struct bus_dma_tag { struct
179 sizeof (struct bus_dma_tag), (void **)&newtag);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c65 struct bus_dma_tag { struct
/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c71 struct bus_dma_tag { struct
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c90 struct bus_dma_tag { struct
H A Dbusdma_machdep-v6.c75 struct bus_dma_tag { struct

Completed in 141 milliseconds