Searched refs:xnf_tx_ring_dma_handle (Results 1 – 2 of 2) sorted by relevance
186 ddi_dma_handle_t xnf_tx_ring_dma_handle; member
2571 DDI_DMA_SLEEP, 0, &xnfp->xnf_tx_ring_dma_handle) != DDI_SUCCESS) in xnf_alloc_dma_resources()2574 if (ddi_dma_mem_alloc(xnfp->xnf_tx_ring_dma_handle, in xnf_alloc_dma_resources()2578 ddi_dma_free_handle(&xnfp->xnf_tx_ring_dma_handle); in xnf_alloc_dma_resources()2579 xnfp->xnf_tx_ring_dma_handle = NULL; in xnf_alloc_dma_resources()2583 if ((rc = ddi_dma_addr_bind_handle(xnfp->xnf_tx_ring_dma_handle, NULL, in xnf_alloc_dma_resources()2587 ddi_dma_free_handle(&xnfp->xnf_tx_ring_dma_handle); in xnf_alloc_dma_resources()2588 xnfp->xnf_tx_ring_dma_handle = NULL; in xnf_alloc_dma_resources()2683 (void) ddi_dma_unbind_handle(xnfp->xnf_tx_ring_dma_handle); in xnf_release_dma_resources()2685 ddi_dma_free_handle(&xnfp->xnf_tx_ring_dma_handle); in xnf_release_dma_resources()