Home
last modified time | relevance | path

Searched refs:dr_ctx_dmah (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c1600 NULL, &reqp->dr_ctx_dmah); in dca_newreq()
1608 rv = ddi_dma_mem_alloc(reqp->dr_ctx_dmah, in dca_newreq()
1618 rv = ddi_dma_addr_bind_handle(reqp->dr_ctx_dmah, NULL, in dca_newreq()
1732 (void) ddi_dma_unbind_handle(reqp->dr_ctx_dmah); in dca_destroyreq()
1739 if (reqp->dr_ctx_dmah) { in dca_destroyreq()
1740 ddi_dma_free_handle(&reqp->dr_ctx_dmah); in dca_destroyreq()
2058 (void) ddi_dma_sync(reqp->dr_ctx_dmah, 0, 0, DDI_DMA_SYNC_FORDEV); in dca_start()
2059 if (dca_check_dma_handle(dca, reqp->dr_ctx_dmah, in dca_start()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h250 ddi_dma_handle_t dr_ctx_dmah; member