Searched refs:nseg (Results 126 - 148 of 148) sorted by relevance

123456

/freebsd-current/sys/dev/safe/
H A Dsafe.c1520 safe_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c3322 isp_dma2(void *arg, bus_dma_segment_t *dm_segs, int nseg, int error) argument
3340 mp->error = ISP_SEND_CMD(isp, mp->qe, dm_segs, nseg);
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c572 static void getbaddrcb(void *arg, bus_dma_segment_t *segs, int nseg __diagused,
577 KASSERT(nseg == 1, ("%s: too many DMA segments (%d)", __func__, nseg));
/freebsd-current/sys/dev/bge/
H A Dif_bge.c943 bge_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
950 KASSERT(nseg == 1, ("%s: %d segments returned!", __func__, nseg));
/freebsd-current/sys/dev/mlx/
H A Dmlx.c223 mlx_dma_map_sg(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/mpt/
H A Dmpt.c395 mpt_map_rquest(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/nge/
H A Dif_nge.c1034 nge_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/stge/
H A Dif_stge.c712 stge_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/vr/
H A Dif_vr.c873 vr_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/hifn/
H A Dhifn7751.c226 hifn_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/crypto/ccp/
H A Dccp_hardware.c200 ccp_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/bxe/
H A Dbxe.h478 int nseg; member in struct:bxe_dma
H A Dbxe.c867 bxe_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
873 dma->nseg = 0;
877 dma->nseg = nseg;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac.c585 hdac_dma_cb(void *callback_arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1573 int nseg,
1591 int nseg,
1571 agtiapi_SglMemoryCB( void *arg, bus_dma_segment_t *dm_segs, int nseg, int error ) argument
1589 agtiapi_MemoryCB( void *arg, bus_dma_segment_t *dm_segs, int nseg, int error ) argument
/freebsd-current/sys/dev/bce/
H A Dif_bce.c3391 bce_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
3395 KASSERT(nseg == 1, ("%s(): Too many segments returned (%d)!",
3396 __FUNCTION__, nseg));
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c4922 oneseg_dma_callback(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
4926 KASSERT(nseg == 1,
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_ni.c3169 buf->nseg = 0;
/freebsd-current/sys/dev/al_eth/
H A Dal_eth.c545 al_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/ena/
H A Dena.c193 ena_dmamap_callback(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c1197 mvneta_dmamap_cb(void *arg, bus_dma_segment_t * segs, int nseg, int error) argument
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c4216 ahc_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Daic79xx.c5559 ahd_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument

Completed in 578 milliseconds

123456