Searched refs:md_h (Results 1 – 3 of 3) sorted by relevance
509 ddi_dma_handle_t md_h; /* trmdp dma handle */ member
963 if (erip->md_h) { in eri_detach()964 if (ddi_dma_unbind_handle(erip->md_h) == in eri_detach()968 ddi_dma_free_handle(&erip->md_h); in eri_detach()2175 (void) ddi_dma_unbind_handle(erip->md_h); in eri_unallocthings()2184 ddi_dma_free_handle(&erip->md_h); in eri_unallocthings()2616 DDI_DMA_DONTWAIT, 0, &erip->md_h); in eri_allocthings()2622 rval = ddi_dma_mem_alloc(erip->md_h, size, &erip->dev_attr, in eri_allocthings()2630 rval = ddi_dma_addr_bind_handle(erip->md_h, NULL, in eri_allocthings()
266 (void) ddi_dma_sync((erip)->md_h, \