Home
last modified time | relevance | path

Searched refs:ndmac (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c1031 unsigned ndmac; in sdhost_init_slot() local
1067 &ss->ss_bufdmac, &ndmac); in sdhost_init_slot()
1068 if ((rv != DDI_DMA_MAPPED) || (ndmac != 1)) { in sdhost_init_slot()
1070 rv, ndmac); in sdhost_init_slot()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1472 unsigned ndmac; in yge_alloc_ring() local
1501 &dmac, &ndmac); in yge_alloc_ring()
1506 ASSERT(ndmac == 1); in yge_alloc_ring()
1535 unsigned ndmac; in yge_alloc_buf() local
1555 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac); in yge_alloc_buf()
1560 ASSERT(ndmac == 1); in yge_alloc_buf()
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c353 unsigned ndmac; in ex_alloc_ring() local
376 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac); in ex_alloc_ring()
412 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac); in ex_alloc_ring()
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c458 uint_t ndmac; in iprb_dma_alloc() local
473 &dmac, &ndmac) != DDI_DMA_MAPPED) { in iprb_dma_alloc()