Home
last modified time | relevance | path

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

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