Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/afe/
H A Dafeimpl.h106 ddi_dma_handle_t afe_rxdesc_dmah; member
313 (void) ddi_dma_sync(afep->afe_rxdesc_dmah, \
H A Dafe.c1659 DDI_DMA_SLEEP, NULL, &afep->afe_rxdesc_dmah); in afe_allocrxring()
1666 rval = ddi_dma_mem_alloc(afep->afe_rxdesc_dmah, size, &afe_devattr, in afe_allocrxring()
1675 rval = ddi_dma_addr_bind_handle(afep->afe_rxdesc_dmah, NULL, kaddr, in afe_allocrxring()
1785 (void) ddi_dma_unbind_handle(afep->afe_rxdesc_dmah); in afe_freerxring()
1788 if (afep->afe_rxdesc_dmah) in afe_freerxring()
1789 ddi_dma_free_handle(&afep->afe_rxdesc_dmah); in afe_freerxring()