Searched refs:xt_dma_handle (Results 1 – 2 of 2) sorted by relevance
95 ddi_dma_handle_t xt_dma_handle; member
1283 0, 0, &txp->xt_dma_handle) != DDI_SUCCESS) in xnb_txbuf_constructor()1286 if (ddi_dma_mem_alloc(txp->xt_dma_handle, PAGESIZE, &data_accattr, in xnb_txbuf_constructor()1291 if (ddi_dma_addr_bind_handle(txp->xt_dma_handle, NULL, txp->xt_buf, in xnb_txbuf_constructor()1312 ddi_dma_free_handle(&txp->xt_dma_handle); in xnb_txbuf_constructor()1325 (void) ddi_dma_unbind_handle(txp->xt_dma_handle); in xnb_txbuf_destructor()1327 ddi_dma_free_handle(&txp->xt_dma_handle); in xnb_txbuf_destructor()