Searched refs:xnf_tx_ring_dma_handle (Results 1 – 2 of 2) sorted by relevance
2171 DDI_DMA_SLEEP, 0, &xnfp->xnf_tx_ring_dma_handle) != DDI_SUCCESS) in xnf_alloc_dma_resources()2174 if (ddi_dma_mem_alloc(xnfp->xnf_tx_ring_dma_handle, in xnf_alloc_dma_resources()2178 ddi_dma_free_handle(&xnfp->xnf_tx_ring_dma_handle); in xnf_alloc_dma_resources()2179 xnfp->xnf_tx_ring_dma_handle = NULL; in xnf_alloc_dma_resources()2183 if ((rc = ddi_dma_addr_bind_handle(xnfp->xnf_tx_ring_dma_handle, NULL, in xnf_alloc_dma_resources()2187 ddi_dma_free_handle(&xnfp->xnf_tx_ring_dma_handle); in xnf_alloc_dma_resources()2188 xnfp->xnf_tx_ring_dma_handle = NULL; in xnf_alloc_dma_resources()2283 (void) ddi_dma_unbind_handle(xnfp->xnf_tx_ring_dma_handle); in xnf_release_dma_resources()2285 ddi_dma_free_handle(&xnfp->xnf_tx_ring_dma_handle); in xnf_release_dma_resources()
143 ddi_dma_handle_t xnf_tx_ring_dma_handle; member