Symbol: bus_dma_segment
sys/arm/arm/busdma_machdep.c
574
segsize = sizeof(struct bus_dma_segment) * dmat->nsegments;
sys/dev/cxgbe/nvmf/nvmf_che.c
322
struct bus_dma_segment *ds;
sys/dev/cxgbe/nvmf/nvmf_che.c
640
struct bus_dma_segment *ds;
sys/dev/cxgbe/nvmf/nvmf_che.c
663
struct bus_dma_segment *ds;
sys/dev/dwc/dwc1000_dma.c
248
struct bus_dma_segment segs[TX_MAP_MAX_SEGS];
sys/dev/dwc/dwc1000_dma.c
309
struct bus_dma_segment seg;
sys/dev/eqos/if_eqos.c
341
struct bus_dma_segment seg;
sys/dev/ffec/if_ffec.c
627
struct bus_dma_segment seg;
sys/dev/ffec/if_ffec.c
769
struct bus_dma_segment seg;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
348
struct bus_dma_segment *vlist;
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
2428
struct bus_dma_segment seg;
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
2531
struct bus_dma_segment seg;
sys/dev/virtio/scsi/virtio_scsi.c
1000
struct bus_dma_segment *dseg;
sys/dev/virtio/scsi/virtio_scsi.c
1016
dseg = &((struct bus_dma_segment *)csio->data_ptr)[i];
sys/dev/virtio/scsi/virtio_scsi.c
1023
dseg = &((struct bus_dma_segment *)csio->data_ptr)[i];
sys/dev/xdma/xdma.h
287
int xdma_sglist_add(struct xdma_sglist *sg, struct bus_dma_segment *seg,
sys/dev/xdma/xdma_sg.c
374
struct bus_dma_segment *seg;
sys/dev/xdma/xdma_sg.c
395
struct bus_dma_segment *seg)
sys/dev/xdma/xdma_sg.c
483
struct bus_dma_segment *seg)
sys/dev/xdma/xdma_sg.c
541
struct xdma_request *xr, struct bus_dma_segment *seg)
sys/dev/xdma/xdma_sg.c
564
struct bus_dma_segment seg[XDMA_MAX_SEG];
sys/dev/xdma/xdma_sg.c
62
struct bus_dma_segment *seg;
sys/dev/xdma/xdma_sglist.c
69
xdma_sglist_add(struct xdma_sglist *sg, struct bus_dma_segment *seg,
sys/dev/xilinx/if_xae.c
177
struct bus_dma_segment seg;
sys/dev/xilinx/if_xae.c
329
struct bus_dma_segment seg;
sys/kern/subr_memdesc.c
101
plist_copyback(struct bus_dma_segment *plist, int sglist_cnt, int off,
sys/kern/subr_memdesc.c
217
vlist_copydata(struct bus_dma_segment *vlist, int sglist_cnt, int off,
sys/kern/subr_memdesc.c
249
plist_copydata(struct bus_dma_segment *plist, int sglist_cnt, int off,
sys/kern/subr_memdesc.c
471
struct bus_dma_segment *vlist, u_int sglist_cnt, size_t offset,
sys/kern/subr_memdesc.c
522
struct bus_dma_segment *plist, u_int sglist_cnt, size_t offset, size_t len,
sys/kern/subr_memdesc.c
69
vlist_copyback(struct bus_dma_segment *vlist, int sglist_cnt, int off,
sys/kern/vfs_bio.c
5285
return (memdesc_vlist((struct bus_dma_segment *)bio->bio_data,
sys/sys/memdesc.h
107
memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt)
sys/sys/memdesc.h
33
struct bus_dma_segment;
sys/sys/memdesc.h
47
struct bus_dma_segment *md_list;
sys/sys/memdesc.h
95
memdesc_vlist(struct bus_dma_segment *vlist, int sglist_cnt)
sys/sys/uio.h
77
struct bus_dma_segment;
sys/sys/uio.h
90
int physcopyin_vlist(struct bus_dma_segment *src, off_t offset,
sys/sys/uio.h
92
int physcopyout_vlist(vm_paddr_t src, struct bus_dma_segment *dst,