Home
last modified time | relevance | path

Searched refs:DDI_DMA_DONTWAIT (Results 26 – 50 of 111) sorted by relevance

12345

/illumos-gate/usr/src/uts/sun4/os/
H A Ddvma.c71 dmareq.dmar_fp = DDI_DMA_DONTWAIT; in dvma_reserve()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c249 ret = ddi_dma_alloc_handle(igc->igc_dip, attrp, DDI_DMA_DONTWAIT, NULL, in igc_dma_alloc()
259 DDI_DMA_DONTWAIT, NULL, &idb->idb_va, &idb->idb_alloc_len, in igc_dma_alloc()
270 idb->idb_alloc_len, DDI_DMA_RDWR | flags, DDI_DMA_DONTWAIT, NULL, in igc_dma_alloc()
943 DDI_DMA_DONTWAIT, NULL, &buf->itb_bind_hdl)) != in igc_tx_bufs_alloc()
1274 DDI_DMA_DONTWAIT, NULL, NULL, &ncookie); in igc_tx_ring_bind()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c621 ret = ddi_dma_alloc_handle(i40e->i40e_dip, attrsp, DDI_DMA_DONTWAIT, in i40e_alloc_dma_buffer()
634 DDI_DMA_DONTWAIT, NULL, &dmap->dmab_address, &len, in i40e_alloc_dma_buffer()
655 dmap->dmab_address, len, DDI_DMA_RDWR | flags, DDI_DMA_DONTWAIT, in i40e_alloc_dma_buffer()
1004 &i40e->i40e_txbind_dma_attr, DDI_DMA_DONTWAIT, NULL, in i40e_alloc_tx_dma()
1015 &i40e->i40e_txbind_lso_dma_attr, DDI_DMA_DONTWAIT, NULL, in i40e_alloc_tx_dma()
2066 DDI_DMA_DONTWAIT, NULL, &dma_cookie, &ncookies) != DDI_DMA_MAPPED) { in i40e_tx_bind_fragment()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c422 DDI_DMA_DONTWAIT, NULL, &nodep->dmahdl) != DDI_SUCCESS) { in unm_alloc_tx_dmahdl()
474 dma_attr_p, DDI_DMA_DONTWAIT, in unm_alloc_dma_mem()
485 DDI_DMA_DONTWAIT, NULL, &vaddr, &actual_size, in unm_alloc_dma_mem()
500 NULL, vaddr, size, dma_flag, DDI_DMA_DONTWAIT, in unm_alloc_dma_mem()
H A Dunm_nic_main.c141 DDI_DMA_DONTWAIT, NULL, dma_handle); in unm_pci_alloc_consistent()
151 DDI_DMA_DONTWAIT, NULL, address, &ring_len, in unm_pci_alloc_consistent()
175 DDI_DMA_DONTWAIT, NULL, in unm_pci_alloc_consistent()
921 DDI_DMA_DONTWAIT, NULL, &cookie[index], &ncookies); in unm_send_mapped()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c68 if (waitfp != DDI_DMA_DONTWAIT) { in px_dma_allocmp()
577 if (waitfp != DDI_DMA_DONTWAIT) in px_dma_pfn()
848 if (dmareq->dmar_fp != DDI_DMA_DONTWAIT) { in px_dvma_map()
1025 if (waitfp != DDI_DMA_DONTWAIT) in px_dma_newwin()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.c790 if (ddi_dma_alloc_handle(dev->dip, &dma_attr, DDI_DMA_DONTWAIT, in cmpci_init()
796 DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, &port->kaddr, in cmpci_init()
804 rlen, dmaflags, DDI_DMA_DONTWAIT, NULL, &c, &ccnt) != in cmpci_init()
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c480 &avp->av_attachinfo.dma_attr, DDI_DMA_DONTWAIT, NULL, in av1394_ic_dma_setup()
489 dma_dir | DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, in av1394_ic_dma_setup()
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_dma.c54 return (DDI_DMA_DONTWAIT); in virtio_dma_wait_from_kmflags()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c1692 DDI_DMA_READ | DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, 0, in eri_init_rxbufs()
2534 if (ddi_dma_alloc_handle(erip->dip, &dma_attr, DDI_DMA_DONTWAIT, in eri_burstsize()
2616 DDI_DMA_DONTWAIT, 0, &erip->md_h); in eri_allocthings()
2623 DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, 0, in eri_allocthings()
2632 DDI_DMA_DONTWAIT, 0, &erip->md_c, &cookiec); in eri_allocthings()
2674 &dma_attr, DDI_DMA_DONTWAIT, in eri_allocthings()
2704 if (ddi_dma_alloc_handle(erip->dip, &desc_dma_attr, DDI_DMA_DONTWAIT, in eri_allocthings()
2713 DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, &erip->tbuf_kaddr, in eri_allocthings()
2722 DDI_DMA_DONTWAIT, 0, &dma_cookie, &cookiec) != DDI_DMA_MAPPED) { in eri_allocthings()
3790 DDI_DMA_DONTWAIT, 0, &c, &ccnt); in eri_read_dma()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_commands.c77 DDI_DMA_DONTWAIT; in smrt_contig_alloc()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c381 DDI_DMA_DONTWAIT, in ehci_allocate_itw()
404 DDI_DMA_DONTWAIT, in ehci_allocate_itw()
428 DDI_DMA_DONTWAIT, in ehci_allocate_itw()
H A Dehci_polled.c2030 &dma_attr, DDI_DMA_DONTWAIT, 0, &tw->tw_dmahandle)) != in ehci_polled_create_tw()
2043 &dev_attr, DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, in ehci_polled_create_tw()
2055 DDI_DMA_DONTWAIT, NULL, &tw->tw_cookie, &ccount)) != in ehci_polled_create_tw()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c1304 &oce_sgl_dma_attr, DDI_DMA_DONTWAIT, NULL, in oce_issue_mbox()
1317 DDI_DMA_DONTWAIT, in oce_issue_mbox()
1337 DDI_DMA_DONTWAIT, NULL, &cookie, &count); in oce_issue_mbox()
H A Doce_tx.c120 DDI_DMA_DONTWAIT, NULL, &wqmd->dma_handle); in oce_wqm_ctor()
526 DDI_DMA_DONTWAIT, NULL, &cookie, &ncookies); in oce_map_wqe()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c606 DDI_DMA_DONTWAIT, in mm_alloc_phys_mem_align_imp()
619 DDI_DMA_DONTWAIT, in mm_alloc_phys_mem_align_imp()
636 DDI_DMA_DONTWAIT, in mm_alloc_phys_mem_align_imp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c178 cb = (sleep == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in emlxs_pkt_alloc()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c2139 &dma_attr, DDI_DMA_DONTWAIT, 0, &tw->tw_dmahandle)) != in ohci_polled_create_tw()
2152 &dev_attr, DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, in ohci_polled_create_tw()
2164 DDI_DMA_DONTWAIT, NULL, &tw->tw_cookie, &ccount)) != in ohci_polled_create_tw()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c800 km_flags == KM_SLEEP ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, in amd_iommu_alloc_pgtable()
816 km_flags == KM_SLEEP ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, in amd_iommu_alloc_pgtable()
843 km_flags == KM_SLEEP ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, in amd_iommu_alloc_pgtable()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c189 DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL, in vmxnet3_tx_one()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2080 callback = DDI_DMA_DONTWAIT; in hermon_map_mem_area_fmr()
2230 callback = DDI_DMA_DONTWAIT; in hermon_ci_map_mem_area()
2471 callback = DDI_DMA_DONTWAIT; in hermon_ci_map_mem_iov()
2860 ddi_cb = (flags & IBT_MR_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in hermon_mem_alloc()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c215 memcb = DDI_DMA_DONTWAIT; in xhci_dma_alloc()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c561 DDI_DMA_DONTWAIT, NULL, &j->dma_handle); in myri10ge_add_jbuf()
566 &myri10ge_dev_access_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, in myri10ge_add_jbuf()
572 real_length, DDI_DMA_READ|DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, in myri10ge_add_jbuf()
941 DDI_DMA_DONTWAIT); in myri10ge_prepare_tx_ring()
1470 &dmabench_dma, 1, DDI_DMA_DONTWAIT); in myri10ge_dma_test()
4621 DDI_DMA_DONTWAIT, NULL, &handle); in myri10ge_test_physical()
4629 DDI_DMA_WRITE|DDI_DMA_STREAMING, &dma, 0, DDI_DMA_DONTWAIT); in myri10ge_test_physical()
5589 &ss->fw_stats_dma, 1, DDI_DMA_DONTWAIT); in myri10ge_alloc_slices()
5601 &ss->rx_done.dma, 1, DDI_DMA_DONTWAIT); in myri10ge_alloc_slices()
5855 &mgp->cmd_dma, 1, DDI_DMA_DONTWAIT); in myri10ge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c310 DDI_DMA_DONTWAIT, NULL, &dma_p->dma_hdl); in nge_alloc_dma_mem()
319 DDI_DMA_DONTWAIT, NULL, &va, &dma_p->alength, &dma_p->acc_hdl); in nge_alloc_dma_mem()
328 va, dma_p->alength, dma_flags, DDI_DMA_DONTWAIT, NULL, in nge_alloc_dma_mem()
543 ngep->desc_attr.tx_dma_attr, DDI_DMA_DONTWAIT, in nge_init_send_ring()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1480 rv = ddi_dma_alloc_handle(dip, &yge_ring_dma_attr, DDI_DMA_DONTWAIT, in yge_alloc_ring()
1488 &yge_ring_attr, DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, in yge_alloc_ring()
1541 DDI_DMA_DONTWAIT, NULL, &b->b_dmah); in yge_alloc_buf()
1548 sflag, DDI_DMA_DONTWAIT, NULL, &b->b_buf, &l, &b->b_acch); in yge_alloc_buf()
1555 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac); in yge_alloc_buf()

12345