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

123456

/freebsd-current/sys/dev/mana/
H A Dgdma_main.c202 mana_gd_dma_map_paddr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
209 KASSERT(nseg == 1, ("too many segments %d!", nseg));
H A Dgdma.h864 int nseg, int error);
/freebsd-current/sys/dev/altera/msgdma/
H A Dmsgdma.c286 msgdma_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
338 dprintf("%s: nseg %d\n", __func__, nsegments);
/freebsd-current/sys/dev/aacraid/
H A Daacraid_var.h515 int nseg, int error);
/freebsd-current/sys/dev/isci/
H A Disci_controller.c152 isci_single_map(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.h171 u_int8_t nseg:4; member in struct:_RAID_CONTEXT
173 u_int8_t nseg:4;
202 u_int16_t nseg:4; member in struct:_RAID_CONTEXT_G35
206 u_int16_t nseg:4;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.c291 * @param nseg Number of elements in array
295 ocs_dma_load(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c296 bcm2835_mbox_dma_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
H A Dbcm2835_dma.c161 int nseg, int err)
160 bcm_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-current/sys/dev/glxsb/
H A Dglxsb.c359 glxsb_dmamap_cb(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci.c461 vmci_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c520 int nseg = 1; /* ulptx_sgl has room for 1, rest ulp_tx_sge_pair */ local
530 nseg += 2 * (sge_pair_credits * 16 / 24);
532 nseg++;
534 return (nseg);
/freebsd-current/sys/dev/sound/pcm/
H A Dbuffer.c70 sndbuf_setmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/sound/pci/
H A Dhdspe.c142 hdspe_dmapsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Dhdsp.c132 hdsp_dmapsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_ssi.c714 ssi_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_sai.c670 sai_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-current/sys/dev/virtio/block/
H A Dvirtio_blk.c1022 int nseg, int error)
1082 for (i = 0; i < nseg; i++) {
1021 vtblk_request_execute_cb(void * callback_arg, bus_dma_segment_t * segs, int nseg, int error) argument
/freebsd-current/sys/dev/msk/
H A Dif_msk.c2117 msk_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
2625 int error, i, nseg, tso; local
2727 *m_head, txsegs, &nseg, BUS_DMA_NOWAIT);
2737 map, *m_head, txsegs, &nseg, BUS_DMA_NOWAIT);
2745 if (nseg == 0) {
2752 if (sc_if->msk_cdata.msk_tx_cnt + nseg >=
2845 for (i = 1; i < nseg; i++) {
/freebsd-current/sys/dev/bwi/
H A Dif_bwi.c2169 bwi_dma_ring_addr(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
2171 KASSERT(nseg == 1, ("too many segments\n"));
2480 bwi_dma_buf_addr(void *arg, bus_dma_segment_t *seg, int nseg, argument
2484 KASSERT(nseg == 1, ("too many segments(%d)\n", nseg));
/freebsd-current/sys/dev/et/
H A Dif_et.c793 et_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
800 KASSERT(nseg == 1, ("%s: %d segments returned!", __func__, nseg));
/freebsd-current/sys/dev/mge/
H A Dif_mge.c139 static void mge_get_dma_addr(void *arg, bus_dma_segment_t *segs, int nseg,
509 mge_get_dma_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
513 KASSERT(nseg == 1, ("wrong number of segments, should be 1"));
/freebsd-current/sys/dev/ipw/
H A Dif_ipw.c1412 ipw_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
1417 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));
/freebsd-current/sys/dev/ral/
H A Drt2661.c451 rt2661_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
456 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));
H A Drt2560.c440 rt2560_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
445 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));

Completed in 285 milliseconds

123456