Searched refs:hme_tmd_dmah (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.h134 ddi_dma_handle_t hme_tmd_dmah; member in struct:hme
H A Dhme.c695 (void) ddi_dma_sync(hmep->hme_tmd_dmah, \
2501 (void) ddi_dma_sync(hmep->hme_tmd_dmah, 0, 0, DDI_DMA_SYNC_FORDEV);
2994 &hmep->hme_tmd_dmah);
3001 rval = ddi_dma_mem_alloc(hmep->hme_tmd_dmah, size,
3010 rval = ddi_dma_addr_bind_handle(hmep->hme_tmd_dmah, NULL,
3041 (void) ddi_dma_unbind_handle(hmep->hme_tmd_dmah);
3046 if (hmep->hme_tmd_dmah)
3047 ddi_dma_free_handle(&hmep->hme_tmd_dmah);

Completed in 51 milliseconds