Home
last modified time | relevance | path

Searched refs:DDI_DMA_DONTWAIT (Results 76 – 100 of 111) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2122 DDI_DMA_DONTWAIT; in tavor_queue_alloc()
H A Dtavor_mr.c2318 callback = (sleep == TAVOR_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in tavor_mr_mem_bind()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c527 (cansleep ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT), in gem_get_rxbuf()
548 cansleep ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, in gem_get_rxbuf()
568 cansleep ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, in gem_get_rxbuf()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1967 callback = (kmflags == KM_SLEEP) ? DDI_DMA_SLEEP: DDI_DMA_DONTWAIT; in fcsm_cmd_cache_constructor()
2049 callback = (sleep == KM_SLEEP) ? DDI_DMA_SLEEP: DDI_DMA_DONTWAIT; in fcsm_alloc_cmd()
H A Dfcip.c5661 cb = (flags == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in fcip_cache_constructor()
6377 DDI_DMA_DONTWAIT, NULL, &pkt_cookie, in fcip_pkt_alloc()
6470 cb = (flags == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in fcip_ipkt_alloc()
H A Dfcp.c6008 &pptr->port_data_dma_attr, DDI_DMA_DONTWAIT, in fcp_alloc_dma()
6015 DDI_DMA_DONTWAIT, NULL, &fpkt->pkt_data, in fcp_alloc_dma()
6028 DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, in fcp_alloc_dma()
10590 cb = (flags == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in fcp_alloc_cmd_resp()
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c661 if (ddi_dma_alloc_handle(dip, pp->hw->attr, DDI_DMA_DONTWAIT, in ecpp_attach()
711 DDI_DMA_DONTWAIT, NULL) == DDI_SUCCESS) in ecpp_attach()
2955 DDI_DMA_DONTWAIT, NULL, in ecpp_setup_dma_resources()
H A Dbofi.c3370 if (waitfp != DDI_DMA_DONTWAIT) in bofi_dma_allochdl()
3612 if (dmareqp->dmar_fp != DDI_DMA_DONTWAIT) { in bofi_dma_bindhdl()
H A Dfdc.c557 if (ddi_dmae_alloc(dip, fcp->c_dmachan, DDI_DMA_DONTWAIT, NULL) in fdc_attach()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c641 DDI_DMA_DONTWAIT, NULL, in nxge_start()
H A Dnxge_txdma.c2592 DDI_DMA_DONTWAIT, 0, in nxge_map_txdma_channel_buf_ring()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c1162 DDI_DMA_DONTWAIT, NULL, &cookie[index], &ncookies) in qede_tx_mapped()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c1294 len, DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0, in xnb_txbuf_constructor()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1888 if (waitfp != DDI_DMA_DONTWAIT) { in rootnex_dma_allochdl()
2274 if (ret == DDI_DMA_NORESOURCES && dmareq->dmar_fp != DDI_DMA_DONTWAIT) { in rootnex_dma_bindhdl()
H A Dimmu_dvma.c432 dmafp = (kmflag & KM_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in pgtable_ctor()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c8229 &dma_attr, DDI_DMA_DONTWAIT, in emlxs_mem_alloc()
8266 dma_flag, DDI_DMA_DONTWAIT, NULL, &dma_cookie, in emlxs_mem_alloc()
8314 DDI_DMA_DONTWAIT, NULL, in emlxs_mem_alloc()
8332 DDI_DMA_DONTWAIT, NULL, (caddr_t *)&buf_info->virt, in emlxs_mem_alloc()
8355 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, DDI_DMA_DONTWAIT, NULL, in emlxs_mem_alloc()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1518 cb = sleep == KM_SLEEP ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in pvscsi_cmd_init()
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1353 cb = (callback == NULL_FUNC) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in amr_mapcmd()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6872 dmamem_wait = DDI_DMA_DONTWAIT; in ohci_create_transfer_wrapper()
7030 dmamem_wait = DDI_DMA_DONTWAIT; in ohci_create_isoc_transfer_wrapper()
9425 DDI_DMA_DONTWAIT, NULL, in ohci_tw_rebind_cookie()
9451 DDI_DMA_DONTWAIT, NULL, in ohci_tw_rebind_cookie()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1763 dmamem_wait = DDI_DMA_DONTWAIT; in uhci_create_transfer_wrapper()
3809 dmamem_wait = DDI_DMA_DONTWAIT; in uhci_create_isoc_transfer_wrapper()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2407 DDI_DMA_DONTWAIT; in hermon_queue_alloc()
H A Dhermon_mr.c3111 callback = (sleep == HERMON_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in hermon_mr_mem_bind()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c1915 DDI_DMA_DONTWAIT, 0, &tx_msg_ring[i].dma_handle); in hxge_map_txdma_channel_buf_ring()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3001 dmamem_wait = DDI_DMA_DONTWAIT; in ehci_create_transfer_wrapper()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c6908 else if (waitfp == DDI_DMA_DONTWAIT) in ddi_dma_mem_alloc()
6956 if (waitfp != DDI_DMA_SLEEP && waitfp != DDI_DMA_DONTWAIT) { in ddi_dma_mem_alloc()

12345