Home
last modified time | relevance | path

Searched refs:bus_dma_segment (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dmemdesc.h35 struct bus_dma_segment;
48 struct bus_dma_segment *md_list;
92 memdesc_vlist(struct bus_dma_segment *vlist, int sglist_cnt) in memdesc_vlist()
104 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) in memdesc_plist()
H A Duio.h80 struct bus_dma_segment;
90 int physcopyin_vlist(struct bus_dma_segment *src, off_t offset,
92 int physcopyout_vlist(vm_paddr_t src, struct bus_dma_segment *dst,
H A Dbus_dma.h135 typedef struct bus_dma_segment { struct
/f-stack/tools/compat/include/sys/
H A Duio.h88 struct bus_dma_segment;
102 int physcopyin_vlist(struct bus_dma_segment *src, off_t offset,
104 int physcopyout_vlist(vm_paddr_t src, struct bus_dma_segment *dst,
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c699 segsize = sizeof(struct bus_dma_segment) * dmat->nsegments; in allocate_map()