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

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

Completed in 62 milliseconds