Searched refs:ndmac (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/sdcard/adapters/sdhost/ |
H A D | sdhost.c | 1031 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()
|
/titanic_44/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 110 unsigned int ndmac; member 741 if (req->ndmac) in vioblk_free_reqs() 778 NULL, &req->dmac, &req->ndmac); in vioblk_alloc_reqs()
|
/titanic_44/usr/src/uts/common/io/yge/ |
H A D | yge.c | 1472 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()
|
/titanic_44/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 352 unsigned ndmac; in ex_alloc_ring() local 375 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac); in ex_alloc_ring() 411 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac); in ex_alloc_ring()
|
/titanic_44/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 456 uint_t ndmac; in iprb_dma_alloc() local 471 &dmac, &ndmac) != DDI_DMA_MAPPED) { in iprb_dma_alloc()
|