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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h118 ddi_dma_handle_t afe_txdesc_dmah; member in struct:afe
306 (void) ddi_dma_sync(afep->afe_txdesc_dmah, \
H A Dafe.c1723 DDI_DMA_SLEEP, NULL, &afep->afe_txdesc_dmah);
1730 rval = ddi_dma_mem_alloc(afep->afe_txdesc_dmah, size, &afe_devattr,
1739 rval = ddi_dma_addr_bind_handle(afep->afe_txdesc_dmah, NULL, kaddr,
1806 (void) ddi_dma_unbind_handle(afep->afe_txdesc_dmah);
1809 if (afep->afe_txdesc_dmah)
1810 ddi_dma_free_handle(&afep->afe_txdesc_dmah);

Completed in 47 milliseconds