Searched refs:bus_dma_segment (Results 1 – 18 of 18) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | memdesc.h | 33 struct bus_dma_segment; 47 struct bus_dma_segment *md_list; 95 memdesc_vlist(struct bus_dma_segment *vlist, int sglist_cnt) in memdesc_vlist() 107 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) in memdesc_plist()
|
| H A D | uio.h | 77 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 | 134 typedef struct bus_dma_segment { struct
|
| /freebsd/sys/dev/xdma/ |
| H A D | xdma_sg.c | 62 struct bus_dma_segment *seg; 374 struct bus_dma_segment *seg; in xdma_dmamap_cb() 395 struct bus_dma_segment *seg) in _xdma_load_data_busdma() 483 struct bus_dma_segment *seg) in _xdma_load_data() 541 struct xdma_request *xr, struct bus_dma_segment *seg) in xdma_load_data() 564 struct bus_dma_segment seg[XDMA_MAX_SEG]; in xdma_process()
|
| H A D | xdma_sglist.c | 69 xdma_sglist_add(struct xdma_sglist *sg, struct bus_dma_segment *seg, in xdma_sglist_add()
|
| H A D | xdma.h | 287 int xdma_sglist_add(struct xdma_sglist *sg, struct bus_dma_segment *seg,
|
| /freebsd/sys/kern/ |
| H A D | subr_memdesc.c | 69 vlist_copyback(struct bus_dma_segment *vlist, int sglist_cnt, int off, in vlist_copyback() 101 plist_copyback(struct bus_dma_segment *plist, int sglist_cnt, int off, in plist_copyback() 217 vlist_copydata(struct bus_dma_segment *vlist, int sglist_cnt, int off, in vlist_copydata() 249 plist_copydata(struct bus_dma_segment *plist, int sglist_cnt, int off, in plist_copydata() 471 struct bus_dma_segment *vlist, u_int sglist_cnt, size_t offset, in vlist_ext_mbuf() 522 struct bus_dma_segment *plist, u_int sglist_cnt, size_t offset, size_t len, in plist_ext_mbuf()
|
| H A D | vfs_bio.c | 5285 return (memdesc_vlist((struct bus_dma_segment *)bio->bio_data, in memdesc_bio()
|
| /freebsd/sys/dev/dwc/ |
| H A D | dwc1000_dma.c | 248 struct bus_dma_segment segs[TX_MAP_MAX_SEGS]; in dma1000_setup_txbuf() 309 struct bus_dma_segment seg; in dma1000_setup_rxbuf()
|
| /freebsd/sys/dev/xilinx/ |
| H A D | if_xae.c | 177 struct bus_dma_segment seg; in xae_setup_txbuf() 329 struct bus_dma_segment seg; in xae_setup_rxbuf()
|
| /freebsd/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 1000 struct bus_dma_segment *dseg; in vtscsi_sg_append_scsi_buf() 1016 dseg = &((struct bus_dma_segment *)csio->data_ptr)[i]; in vtscsi_sg_append_scsi_buf() 1023 dseg = &((struct bus_dma_segment *)csio->data_ptr)[i]; in vtscsi_sg_append_scsi_buf()
|
| /freebsd/sys/dev/ffec/ |
| H A D | if_ffec.c | 627 struct bus_dma_segment seg; in ffec_setup_txbuf() 769 struct bus_dma_segment seg; in ffec_setup_rxbuf()
|
| /freebsd/stand/kshim/ |
| H A D | bsd_kernel.h | 256 typedef struct bus_dma_segment { struct
|
| /freebsd/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 322 struct bus_dma_segment *ds; in che_ddp_io_check() 640 struct bus_dma_segment *ds; in che_alloc_pbl() 663 struct bus_dma_segment *ds; in che_alloc_pbl()
|
| /freebsd/sys/arm/arm/ |
| H A D | busdma_machdep.c | 574 segsize = sizeof(struct bus_dma_segment) * dmat->nsegments; in allocate_map()
|
| /freebsd/sys/dev/nvmf/controller/ |
| H A D | ctl_frontend_nvmf.c | 348 struct bus_dma_segment *vlist; in nvmft_datamove_out()
|
| /freebsd/sys/dev/eqos/ |
| H A D | if_eqos.c | 341 struct bus_dma_segment seg; in eqos_setup_rxbuf()
|
| /freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiapi.c | 2428 struct bus_dma_segment seg; in agtiapi_PrepareSGList() 2531 struct bus_dma_segment seg; in agtiapi_PrepareSGList()
|