Searched refs:bus_dma_segment (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | memdesc.h | 35 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 D | uio.h | 80 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 D | bus_dma.h | 135 typedef struct bus_dma_segment { struct
|
| /f-stack/tools/compat/include/sys/ |
| H A D | uio.h | 88 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 D | busdma_machdep.c | 699 segsize = sizeof(struct bus_dma_segment) * dmat->nsegments; in allocate_map()
|