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

/freebsd-13-stable/sys/sys/
H A D_bus_dma.h45 typedef struct bus_dma_tag *bus_dma_tag_t;
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.c49 struct bus_dma_tag *ret;
51 ret = malloc(sizeof(struct bus_dma_tag), XXX, XXX);
H A Dbsd_kernel.h261 struct bus_dma_tag { struct
267 typedef struct bus_dma_tag *bus_dma_tag_t;
/freebsd-13-stable/sys/riscv/riscv/
H A Dbusdma_bounce.c73 struct bus_dma_tag { struct
180 sizeof (struct bus_dma_tag), (void **)&newtag);
/freebsd-13-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c73 struct bus_dma_tag { struct
260 sizeof (struct bus_dma_tag), (void **)&newtag);
/freebsd-13-stable/sys/x86/x86/
H A Dbusdma_bounce.c73 struct bus_dma_tag { struct
197 sizeof (struct bus_dma_tag), (void **)&newtag);
/freebsd-13-stable/sys/mips/mips/
H A Dbusdma_machdep.c84 struct bus_dma_tag { struct
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c67 struct bus_dma_tag { struct
/freebsd-13-stable/sys/arm/arm/
H A Dbusdma_machdep.c79 struct bus_dma_tag { struct

Completed in 606 milliseconds