Searched refs:pcn_rxdesc_dmah (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pcn/ |
H A D | pcnimpl.h | 168 ddi_dma_handle_t pcn_rxdesc_dmah; member in struct:pcn 246 (void) ddi_dma_sync(pcnp->pcn_rxdesc_dmah, \
|
H A D | pcn.c | 1497 (void) ddi_dma_sync(pcnp->pcn_rxdesc_dmah, 0, 1645 DDI_DMA_SLEEP, NULL, &pcnp->pcn_rxdesc_dmah); 1652 rval = ddi_dma_mem_alloc(pcnp->pcn_rxdesc_dmah, size, &pcn_devattr, 1661 rval = ddi_dma_addr_bind_handle(pcnp->pcn_rxdesc_dmah, NULL, kaddr, 1721 (void) ddi_dma_unbind_handle(pcnp->pcn_rxdesc_dmah); 1724 if (pcnp->pcn_rxdesc_dmah) 1725 ddi_dma_free_handle(&pcnp->pcn_rxdesc_dmah);
|
Completed in 47 milliseconds