Searched defs:segs (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ste/
H A Dif_ste.c1109 ste_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) argument
1383 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/stge/
H A Dif_stge.c712 stge_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
2436 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c791 bus_dma_segment_t segs[TSEC_TX_NUM_DESC]; local
1079 tsec_map_dma_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c663 vge_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) argument
1237 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/virtio/console/
H A Dvirtio_console.c592 struct sglist_seg segs[2]; local
890 struct sglist_seg segs[2]; local
939 struct sglist_seg segs[2]; local
1258 struct sglist_seg segs[2]; local
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c863 vr_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
1222 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.c671 qls_hw_send(qla_host_t *ha, bus_dma_segment_t *segs, int nsegs, argument
/freebsd-11-stable/sys/dev/rt/
H A Dif_rt.c1820 bus_dma_segment_t segs[1]; local
2180 bus_dma_segment_t segs[1]; local
2541 rt_dma_map_addr(void *arg, bus_dma_segment_t *segs, in argument
[all...]
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c1776 safe_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Dsafevar.h87 bus_dma_segment_t segs[SAFE_MAX_PART]; member in struct:safe_operand
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c196 sge_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
1079 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/sis/
H A Dif_sis.c1171 sis_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) argument
1413 bus_dma_segment_t segs[1]; local
1762 bus_dma_segment_t segs[SIS_MAXTXSEGS]; local
[all...]
/freebsd-11-stable/sys/dev/sk/
H A Dif_sk.c963 bus_dma_segment_t segs[1]; local
1008 bus_dma_segment_t segs[1]; local
[all...]
/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c511 mge_get_dma_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
1650 bus_dma_segment_t segs[MGE_TX_DESC_NUM]; local
/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.c337 xl_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
1762 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblkfront.c163 xbd_mksegarray(bus_dma_segment_t *segs, int nsegs, argument
213 xbd_queue_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) argument
/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c841 _bus_dmamap_addseg(bus_dma_tag_t dmat, bus_dmamap_t map, bus_addr_t curaddr, bus_size_t sgsize, bus_dma_segment_t *segs, int *segp) argument
882 _bus_dmamap_load_phys(bus_dma_tag_t dmat, bus_dmamap_t map, vm_paddr_t buf, bus_size_t buflen, int flags, bus_dma_segment_t *segs, int *segp) argument
930 _bus_dmamap_load_ma(bus_dma_tag_t dmat, bus_dmamap_t map, struct vm_page **ma, bus_size_t tlen, int ma_offs, int flags, bus_dma_segment_t *segs, int *segp) argument
945 _bus_dmamap_load_buffer(bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, struct pmap *pmap, int flags, bus_dma_segment_t *segs, int *segp) argument
1040 _bus_dmamap_complete(bus_dma_tag_t dmat, bus_dmamap_t map, bus_dma_segment_t *segs, int nsegs, int error) argument
[all...]
/freebsd-11-stable/sys/mips/atheros/
H A Dif_arge.c1843 arge_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
2255 bus_dma_segment_t segs[1]; local
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c616 rl_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) argument
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c702 siis_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) argument
1015 siis_dmasetprd(void *arg, bus_dma_segment_t *segs, int nsegs, int error) argument
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c673 sai_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c369 bus_dma_segment_t segs[TX_MAX_SEGS]; local
1156 awg_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ssi.c722 ssi_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c431 ce_bus_dmamap_addr (void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c321 cp_bus_dmamap_addr (void *arg, bus_dma_segment_t *segs, int nseg, int error) argument

Completed in 219 milliseconds

1234567891011>>