Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3125 cb = (callback == NULL_FUNC) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in megasas_dma_alloc()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c1987 NULL, kaddr, cnt, flags, DDI_DMA_DONTWAIT, NULL, &c, &nc); in dca_bindchains_one()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2672 DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL, &cookie, in add_mblk()
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c1496 cb = (callback == NULL_FUNC) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in arcmsr_dma_alloc()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1875 cb = (kmflags == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in fp_cache_constructor()
1980 cb = (kmflags == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in fp_alloc_pkt()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4189 callback = (kmflags == KM_SLEEP)? DDI_DMA_SLEEP: DDI_DMA_DONTWAIT; in mptsas_kmem_cache_constructor()
4230 ? DDI_DMA_SLEEP: DDI_DMA_DONTWAIT; in mptsas_cache_frames_constructor()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c4863 cb = (callback == NULL_FUNC) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in mrsas_dma_alloc()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16724 DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, NULL, &mem->dma_handle) != in ql_alloc_phys()
16746 DDI_DMA_DONTWAIT, NULL, (caddr_t *)&mem->bp, &rlen, in ql_alloc_phys()
16883 DDI_DMA_SLEEP : DDI_DMA_DONTWAIT, NULL, &mem->cookie, in ql_bind_dma_buffer()
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c2342 DDI_DMA_DONTWAIT; in fas_kmem_cache_constructor()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16113 DDI_DMA_SLEEP : DDI_DMA_DONTWAIT; in st_get_contig_mem()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c13357 DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in sata_dma_buf_setup()

12345