Searched refs:ndmac (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c1031 unsigned ndmac; local
1067 &ss->ss_bufdmac, &ndmac);
1068 if ((rv != DDI_DMA_MAPPED) || (ndmac != 1)) {
1070 rv, ndmac);
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c110 unsigned int ndmac; member in struct:vioblk_req
741 if (req->ndmac)
778 NULL, &req->dmac, &req->ndmac);
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c352 unsigned ndmac; local
375 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac);
411 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac);
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1472 unsigned ndmac; local
1501 &dmac, &ndmac);
1506 ASSERT(ndmac == 1);
1535 unsigned ndmac; local
1555 DDI_DMA_DONTWAIT, NULL, &dmac, &ndmac);
1560 ASSERT(ndmac == 1);
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c456 uint_t ndmac; local
471 &dmac, &ndmac) != DDI_DMA_MAPPED) {

Completed in 108 milliseconds