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

123456

/freebsd-current/sys/dev/sfxge/
H A Dsfxge_tx.c1200 bus_dma_segment_t *segs, int nseg,
1204 __predict_true(nseg == 1)) ?
1199 tso_map_long_header(void *dma_addr_ret, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/ida/
H A Dida.c125 ida_dma_map_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/firewire/
H A Dfwohci.c826 fwohci_execute_db(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
840 for (i = 0; i < nseg; i++) {
851 fwohci_execute_db2(void *arg, bus_dma_segment_t *segs, int nseg, argument
854 fwohci_execute_db(arg, segs, nseg, error);
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1211 #define OS_GET_IO_SG_COUNT(rcb) rcb->nseg
H A Dsmartpqi_structures.h1256 uint32_t nseg; member in struct:request_container_block
/freebsd-current/sys/dev/iwi/
H A Dif_iwi.c533 iwi_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
538 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));
1909 desc->nseg = htole32(nsegs);
1918 DPRINTFN(5, ("sending data frame txq=%u idx=%u len=%u nseg=%u\n",
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd.c228 am335x_fb_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_sge.c199 int nseg; member in struct:refill_fl_cb_arg
686 refill_fl_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
692 cb_arg->nseg = nseg;
/freebsd-current/sys/arm/allwinner/
H A Da10_codec.c621 a10codec_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Dif_awg.c780 awg_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/bwn/
H A Dif_bwn.c3828 bwn_dma_ring_addr(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
3831 KASSERT(nseg == 1, ("too many segments(%d)\n", nseg));
5871 bwn_dma_buf_addr(void *arg, bus_dma_segment_t *seg, int nseg, argument
5876 KASSERT(nseg == 1, ("too many segments(%d)\n", nseg));
/freebsd-current/sys/dev/sound/pci/
H A Demu10k1.c1301 emu_setmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
1308 printf("emu: setmap (%lx, %lx), nseg=%d, error=%d\n",
1310 nseg, error);
H A Denvy24ht.c2072 envy24ht_dmapsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
2090 envy24ht_dmarsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Denvy24.c2158 envy24_dmapsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
2175 envy24_dmarsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Dich.c819 ich_setmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
H A Demu10kx.c380 static void emu_setmap(void *arg, bus_dma_segment_t * segs, int nseg, int error);
1039 emu_setmap(void *arg, bus_dma_segment_t * segs, int nseg, int error) argument
1046 printf("emu10kx: setmap (%lx, %lx), nseg=%d, error=%d\n",
1048 nseg, error);
/freebsd-current/sys/dev/vnic/
H A Dnicvf_queues.c146 nicvf_dmamap_q_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
150 KASSERT(nseg == 1, ("wrong number of segments, should be 1"));
/freebsd-current/sys/dev/oce/
H A Doce_if.h950 void oce_dma_map_addr(void *arg, bus_dma_segment_t * segs, int nseg, int error);
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_ipu.c389 ipu_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
/freebsd-current/sys/dev/isp/
H A Disp_pci.c876 imc(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
/freebsd-current/sys/dev/nfe/
H A Dif_nfe.c3011 nfe_dma_map_segs(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
3018 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));
/freebsd-current/sys/dev/re/
H A Dif_re.c982 re_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
989 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));
/freebsd-current/sys/dev/ral/
H A Drt2860.c495 rt2860_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
500 KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg));
/freebsd-current/sys/net/
H A Diflib.c1438 _iflib_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) argument
2049 int nseg; member in struct:rxq_refill_cb_arg
2053 _rxq_refill_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) argument
2059 cb_arg->nseg = nseg;
/freebsd-current/sys/dev/netmap/
H A Dnetmap_kern.h1737 __unused bus_dma_segment_t * segs, __unused int nseg, __unused int error)
1736 netmap_dmamap_cb(__unused void *arg, __unused bus_dma_segment_t * segs, __unused int nseg, __unused int error) argument

Completed in 358 milliseconds

123456