Home
last modified time | relevance | path

Searched defs:segs (Results 1 – 25 of 120) sorted by relevance

12345

/dragonfly/sys/kern/
H A Dsubr_busdma.c42 _bus_dmamem_coherent_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in _bus_dmamem_coherent_cb()
122 bus_dma_segment_t *segs, int maxsegs, in bus_dmamap_load_mbuf_defrag()
/dragonfly/sys/dev/netif/oce/
H A Doce_util.c137 oce_dma_map_addr(void *arg, bus_dma_segment_t * segs, int nseg, int error) in oce_dma_map_addr()
228 oce_dma_map_ring(void *arg, bus_dma_segment_t * segs, int nseg, int error) in oce_dma_map_ring()
/dragonfly/sys/dev/disk/nata/
H A Data-dma.c82 ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetupc_cb()
200 ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetprd()
/dragonfly/sys/dev/disk/buslogic/
H A Dbt.c805 bt_sg_t *segs; in btallocccbs() local
1040 struct bus_dma_segment *segs; in btaction() local
2100 btmapmboxes(void *arg, bus_dma_segment_t *segs, int nseg, int error) in btmapmboxes()
2109 btmapccbs(void *arg, bus_dma_segment_t *segs, int nseg, int error) in btmapccbs()
2118 btmapsgs(void *arg, bus_dma_segment_t *segs, int nseg, int error) in btmapsgs()
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c2330 struct bus_dma_segment *segs; in hptiop_action() local
2403 bus_dma_segment_t *segs, int nsegs) in hptiop_post_req_itl()
2528 bus_dma_segment_t *segs, int nsegs) in hptiop_post_req_mv()
2582 bus_dma_segment_t *segs, int nsegs) in hptiop_post_req_mvfrey()
2653 static void hptiop_post_scsi_command(void *arg, bus_dma_segment_t *segs, in hptiop_post_scsi_command()
2675 static void hptiop_mv_map_ctlcfg(void *arg, bus_dma_segment_t *segs, in hptiop_mv_map_ctlcfg()
2685 static void hptiop_mvfrey_map_ctlcfg(void *arg, bus_dma_segment_t *segs, in hptiop_mvfrey_map_ctlcfg()
2720 static void hptiop_map_srb(void *arg, bus_dma_segment_t *segs, in hptiop_map_srb()
/dragonfly/sys/dev/raid/aac/
H A Daac_disk.c190 aac_dump_map_sg(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in aac_dump_map_sg()
217 aac_dump_map_sg64(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in aac_dump_map_sg64()
/dragonfly/sys/dev/virtual/hyperv/
H A Dhyperv_busdma.c34 hyperv_dma_map_paddr(void *arg, bus_dma_segment_t *segs, int nseg, int error) in hyperv_dma_map_paddr()
/dragonfly/sys/dev/raid/ida/
H A Dida.c110 ida_dma_map_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in ida_dma_map_cb()
301 ida_setup_dmamap(void *arg, bus_dma_segment_t *segs, int nsegments, int error) in ida_setup_dmamap()
/dragonfly/sys/dev/raid/twe/
H A Dtwe_freebsd.c962 twe_fillin_sgl(TWE_SG_Entry *sgl, bus_dma_segment_t *segs, int nsegments, int max_sgl) in twe_fillin_sgl()
977 twe_setup_data_dmamap(void *arg, bus_dma_segment_t *segs, int nsegments, int error) in twe_setup_data_dmamap()
1072 twe_setup_request_dmamap(void *arg, bus_dma_segment_t *segs, int nsegments, int error) in twe_setup_request_dmamap()
/dragonfly/sys/bus/u4b/
H A Dusb_busdma.c386 usb_pc_alloc_mem_cb(void *arg, bus_dma_segment_t *segs, in usb_pc_alloc_mem_cb()
396 usb_pc_load_mem_cb(void *arg, bus_dma_segment_t *segs, in usb_pc_load_mem_cb()
406 usb_pc_common_mem_cb(void *arg, bus_dma_segment_t *segs, in usb_pc_common_mem_cb()
/dragonfly/sys/sys/
H A Dsglist.h64 sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs) in sglist_init()
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c456 rt2560_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) in rt2560_dma_map_addr()
1513 bus_dma_segment_t segs[RT2560_MAX_SCATTER]; in rt2560_tx_bcn() local
1574 bus_dma_segment_t segs[RT2560_MAX_SCATTER]; in rt2560_tx_mgt() local
1669 bus_dma_segment_t segs[RT2560_MAX_SCATTER]; in rt2560_sendprot() local
1740 bus_dma_segment_t segs[RT2560_MAX_SCATTER]; in rt2560_tx_raw() local
1828 bus_dma_segment_t segs[RT2560_MAX_SCATTER]; in rt2560_tx_data() local
/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c1412 struct sglist_seg segs[VTNET_MAX_RX_SEGS]; in vtnet_enqueue_rxbuf() local
1995 struct sglist_seg segs[VTNET_MAX_TX_SEGS]; in vtnet_enqueue_txbuf() local
2421 struct sglist_seg segs[3]; in vtnet_ctrl_mac_cmd() local
2471 struct sglist_seg segs[3]; in vtnet_ctrl_rx_cmd() local
2522 struct sglist_seg segs[4]; in vtnet_rx_filter_mac() local
2630 struct sglist_seg segs[3]; in vtnet_exec_vlan_filter() local
/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c1216 mpr_memaddr_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in mpr_memaddr_cb()
1225 mpr_memaddr_wait_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in mpr_memaddr_wait_cb()
1383 mpr_load_chains_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in mpr_load_chains_cb()
2877 bus_dma_segment_t *segs, int segs_left) in mpr_check_pcie_native_sgl()
3430 mpr_data_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in mpr_data_cb()
3514 mpr_data_cb2(void *arg, bus_dma_segment_t *segs, int nsegs, bus_size_t mapsize, in mpr_data_cb2()
/dragonfly/sys/dev/raid/amr/
H A Damr.c1367 amr_setup_polled_dmamap(void *arg, bus_dma_segment_t *segs, int nsegs, int err) in amr_setup_polled_dmamap()
1524 amr_setup_sg(void *arg, bus_dma_segment_t *segs, int nsegments, int error) in amr_setup_sg()
1569 amr_setup_data(void *arg, bus_dma_segment_t *segs, int nsegs, int err) in amr_setup_data()
1604 amr_setup_ccb(void *arg, bus_dma_segment_t *segs, int nsegs, int err) in amr_setup_ccb()
/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c289 dptmapmem(void *arg, bus_dma_segment_t *segs, int nseg, int error) in dptmapmem()
330 dpt_sg_t *segs; in dptallocccbs() local
935 struct bus_dma_segment *segs; in dpt_action() local
/dragonfly/sys/bus/firewire/
H A Dfwdma.c54 fwdma_map_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in fwdma_map_cb()
/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_freebsd.c1197 twa_map_load_data_callback(TW_VOID *arg, bus_dma_segment_t *segs, in twa_map_load_data_callback()
1303 twa_map_load_callback(TW_VOID *arg, bus_dma_segment_t *segs, in twa_map_load_callback()
/dragonfly/sys/dev/raid/mly/
H A Dmly.c610 mly_sg_map_helper(void *arg, bus_dma_segment_t *segs, int nseg, int error) in mly_sg_map_helper()
663 mly_mmbox_map_helper(void *arg, bus_dma_segment_t *segs, int nseg, int error) in mly_mmbox_map_helper()
1698 mly_alloc_commands_map(void *arg, bus_dma_segment_t *segs, int nseg, int error) in mly_alloc_commands_map()
1781 mly_map_command_sg(void *arg, bus_dma_segment_t *segs, int nseg, int error) in mly_map_command_sg()
/dragonfly/sys/dev/netif/age/
H A Dif_age.c72 bus_dma_segment_t *segs; member
747 age_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in age_dmamap_cb()
2737 bus_dma_segment_t segs[1]; in age_newbuf() local
2971 age_dmamap_buf_cb(void *xctx, bus_dma_segment_t *segs, int nsegs, in age_dmamap_buf_cb()
/dragonfly/sys/dev/disk/advansys/
H A Dadvansys.c171 adv_map(void *arg, bus_dma_segment_t *segs, int nseg, int error) in adv_map()
253 struct bus_dma_segment *segs; in adv_action() local
H A Dadwcam.c147 adwmapmem(void *arg, bus_dma_segment_t *segs, int nseg, int error) in adwmapmem()
469 struct bus_dma_segment *segs; in adw_action() local
/dragonfly/sys/dev/netif/vge/
H A Dif_vge.c621 vge_dma_map_rx_desc(void *arg, bus_dma_segment_t *segs, int nseg, in vge_dma_map_rx_desc()
662 vge_dma_map_tx_desc(void *arg, bus_dma_segment_t *segs, int nseg, in vge_dma_map_tx_desc()
729 vge_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) in vge_dma_map_addr()
/dragonfly/sys/dev/virtual/virtio/random/
H A Dvirtio_random.c192 struct sglist_seg segs[1]; in vtrnd_harvest() local
/dragonfly/sys/dev/sound/pci/
H A Dhdspe.c117 hdspe_dmapsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) in hdspe_dmapsetmap()

12345