Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.c2208 DDI_DMA_SLEEP, 0, &xnfp->xnf_rx_ring_dma_handle) != DDI_SUCCESS) in xnf_alloc_dma_resources()
2211 if (ddi_dma_mem_alloc(xnfp->xnf_rx_ring_dma_handle, in xnf_alloc_dma_resources()
2215 ddi_dma_free_handle(&xnfp->xnf_rx_ring_dma_handle); in xnf_alloc_dma_resources()
2216 xnfp->xnf_rx_ring_dma_handle = NULL; in xnf_alloc_dma_resources()
2220 if ((rc = ddi_dma_addr_bind_handle(xnfp->xnf_rx_ring_dma_handle, NULL, in xnf_alloc_dma_resources()
2224 ddi_dma_free_handle(&xnfp->xnf_rx_ring_dma_handle); in xnf_alloc_dma_resources()
2225 xnfp->xnf_rx_ring_dma_handle = NULL; in xnf_alloc_dma_resources()
2276 (void) ddi_dma_unbind_handle(xnfp->xnf_rx_ring_dma_handle); in xnf_release_dma_resources()
2278 ddi_dma_free_handle(&xnfp->xnf_rx_ring_dma_handle); in xnf_release_dma_resources()
H A Dxnf.h157 ddi_dma_handle_t xnf_rx_ring_dma_handle; member