Searched refs:hme_rmd_dmah (Results 1 – 2 of 2) sorted by relevance
129 ddi_dma_handle_t hme_rmd_dmah; member
689 (void) ddi_dma_sync(hmep->hme_rmd_dmah, \2500 (void) ddi_dma_sync(hmep->hme_rmd_dmah, 0, 0, DDI_DMA_SYNC_FORDEV); in hmeinit()2962 &hmep->hme_rmd_dmah); in hmeallocthings()2969 rval = ddi_dma_mem_alloc(hmep->hme_rmd_dmah, size, in hmeallocthings()2978 rval = ddi_dma_addr_bind_handle(hmep->hme_rmd_dmah, NULL, in hmeallocthings()3032 (void) ddi_dma_unbind_handle(hmep->hme_rmd_dmah); in hmefreethings()3037 if (hmep->hme_rmd_dmah) in hmefreethings()3038 ddi_dma_free_handle(&hmep->hme_rmd_dmah); in hmefreethings()