| /freebsd-10-stable/sys/kern/ |
| D | subr_bus_dma.c | 63 bus_dma_segment_t *list, int sglist_cnt, struct pmap *pmap, int *nsegs, in _bus_dmamap_load_vlist() 95 bus_dma_segment_t *list, int sglist_cnt, int *nsegs, int flags) in _bus_dmamap_load_plist() 115 struct mbuf *m0, bus_dma_segment_t *segs, int *nsegs, int flags) in _bus_dmamap_load_mbuf_sg() 139 vm_page_t *pages, bus_size_t tlen, int offset, int *nsegs, int flags) in _bus_dmamap_load_pages() 160 int *nsegs, int flags) in _bus_dmamap_load_bio() 205 int *nsegs, int flags) in _bus_dmamap_load_ccb() 283 int *nsegs, int flags) in _bus_dmamap_load_uio() 331 int nsegs; in bus_dmamap_load() local 370 int nsegs, error; in bus_dmamap_load_mbuf() local 392 bus_dma_segment_t *segs, int *nsegs, int flags) in bus_dmamap_load_mbuf_sg() [all …]
|
| D | subr_sglist.c | 174 int nsegs; in sglist_count() local 200 sglist_alloc(int nsegs, int mflags) in sglist_alloc() 471 int nsegs; in sglist_build() local
|
| /freebsd-10-stable/sys/dev/cxgb/sys/ |
| D | uipc_mvec.c | 54 struct mbuf **m, bus_dma_segment_t *segs, int *nsegs) in busdma_map_sg_collapse() 116 struct mbuf *m, bus_dma_segment_t *segs, int *nsegs) in busdma_map_sg_vec()
|
| /freebsd-10-stable/sys/fs/nandfs/ |
| D | nandfs_cleaner.c | 126 print_suinfo(struct nandfs_suinfo *suinfo, int nsegs) in print_suinfo() 292 uint64_t nsegs, uint64_t *rseg) in nandfs_cleaner_choose_segment() 342 int nsegs; in nandfs_cleaner_body() local 488 uint64_t *segments, uint32_t nsegs) in nandfs_cleaner_clean_segments()
|
| /freebsd-10-stable/sys/powerpc/powermac/ |
| D | ata_dbdma.c | 60 int nsegs; member 64 ata_dbdma_setprd(void *xarg, bus_dma_segment_t *segs, int nsegs, int error) in ata_dbdma_setprd()
|
| /freebsd-10-stable/sys/dev/ata/ |
| D | ata-dma.c | 149 ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetupc_cb() 249 ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetprd()
|
| /freebsd-10-stable/sys/powerpc/pseries/ |
| D | phyp_llan.c | 232 llan_rx_load_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int err) in llan_rx_load_cb() 282 int error, nsegs; in llan_add_rxbuf() local 375 llan_send_packet(void *xsc, bus_dma_segment_t *segs, int nsegs, in llan_send_packet() 405 int nsegs; in llan_start_locked() local
|
| D | plpar_iommu.c | 159 phyp_iommu_map(device_t dev, bus_dma_segment_t *segs, int *nsegs, in phyp_iommu_map() 217 phyp_iommu_unmap(device_t dev, bus_dma_segment_t *segs, int nsegs, void *cookie) in phyp_iommu_unmap()
|
| /freebsd-10-stable/sys/mips/nlm/dev/sec/ |
| D | nlmsec.c | 606 xlp_get_nsegs(struct cryptop *crp, unsigned int *nsegs) in xlp_get_nsegs() 637 xlp_alloc_cmd_params(struct xlp_sec_command *cmd, unsigned int nsegs) in xlp_alloc_cmd_params() 702 unsigned int nsegs = 0; in xlp_sec_process() local
|
| /freebsd-10-stable/sys/dev/aac/ |
| D | aac_disk.c | 176 aac_dump_map_sg(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in aac_dump_map_sg() 203 aac_dump_map_sg64(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in aac_dump_map_sg64()
|
| /freebsd-10-stable/sys/dev/drm/ |
| D | drm_pci.c | 41 drm_pci_busdma_callback(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in drm_pci_busdma_callback()
|
| D | ati_pcigart.c | 48 int nsegs, int error) in drm_ati_alloc_pcigart_table_cb()
|
| /freebsd-10-stable/sys/powerpc/ps3/ |
| D | if_glc.c | 111 glc_getphys(void *xaddr, bus_dma_segment_t *segs, int nsegs, int error) in glc_getphys() 556 int error, nsegs; in glc_add_rxbuf() local 613 int i, idx, nsegs, nsegs_max; in glc_encap() local
|
| /freebsd-10-stable/sys/dev/hatm/ |
| D | if_hatm_intr.c | 175 hatm_extbuf_helper(void *arg, bus_dma_segment_t *segs, int nsegs, in hatm_extbuf_helper() 289 hatm_mbuf_helper(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in hatm_mbuf_helper()
|
| /freebsd-10-stable/lib/libc/db/hash/ |
| D | hash.c | 104 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local 340 int nbuckets, nsegs, l2; in init_htab() local 877 alloc_segs(HTAB *hashp, int nsegs) in alloc_segs()
|
| /freebsd-10-stable/sys/dev/sfxge/ |
| D | sfxge_dma.c | 64 int *nsegs, int maxsegs) in sfxge_dma_map_sg_collapse()
|
| /freebsd-10-stable/sys/dev/qlxge/ |
| D | qls_os.c | 591 qls_dmamap_callback(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in qls_dmamap_callback() 1136 int nsegs; in qls_send() local 1409 int nsegs; in qls_get_mbuf() local
|
| /freebsd-10-stable/sys/arm/at91/ |
| D | if_macb.c | 163 macb_getaddr(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in macb_getaddr() 436 int error, nsegs; in macb_new_rxbuf() local 710 int nsegs; in macb_rx() local 869 int error, i, nsegs, prod, si; in macb_encap() local
|
| /freebsd-10-stable/sys/dev/jme/ |
| D | if_jme.c | 1123 jme_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in jme_dmamap_cb() 1692 int error, i, nsegs, prod; in jme_encap() local 2428 int cons, nsegs; in jme_txeof() local 2517 int cons, count, nsegs; in jme_rxeof() local 2649 int nsegs, prog, pktlen; in jme_rxintr() local 3182 int nsegs; in jme_newbuf() local
|
| /freebsd-10-stable/sys/dev/hptiop/ |
| D | hptiop.c | 2387 bus_dma_segment_t *segs, int nsegs) in hptiop_post_req_itl() 2512 bus_dma_segment_t *segs, int nsegs) in hptiop_post_req_mv() 2566 bus_dma_segment_t *segs, int nsegs) in hptiop_post_req_mvfrey() 2637 int nsegs, int error) in hptiop_post_scsi_command() 2659 int nsegs, int error) in hptiop_mv_map_ctlcfg() 2669 int nsegs, int error) in hptiop_mvfrey_map_ctlcfg() 2704 int nsegs, int error) in hptiop_map_srb()
|
| /freebsd-10-stable/sys/dev/age/ |
| D | if_age.c | 797 age_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in age_dmamap_cb() 1502 int error, i, nsegs, prod, si; in age_encap() local 2320 int count, nsegs; in age_rxeof() local 2466 int rr_cons, nsegs, pktlen, prog; in age_rxintr() local 3095 int nsegs; in age_newbuf() local
|
| /freebsd-10-stable/sys/dev/patm/ |
| D | if_patm.c | 496 patm_load_callback(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in patm_load_callback()
|
| /freebsd-10-stable/sys/dev/gem/ |
| D | if_gem.c | 547 gem_cddma_callback(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in gem_cddma_callback() 1110 int error, nexttx, nsegs, offset, seg; in gem_load_txmbuf() local 1662 int error, nsegs; in gem_add_rxbuf() local
|
| /freebsd-10-stable/sys/dev/mrsas/ |
| D | mrsas_ioctl.c | 508 int nsegs, int error) in mrsas_alloc_cb()
|
| /freebsd-10-stable/sys/dev/mps/ |
| D | mps.c | 1063 mps_memaddr_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in mps_memaddr_cb() 1170 int i, rsize, nsegs; in mps_alloc_requests() local 2420 mps_data_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in mps_data_cb() 2497 mps_data_cb2(void *arg, bus_dma_segment_t *segs, int nsegs, bus_size_t mapsize, in mps_data_cb2()
|