Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxnb.h95 ddi_dma_handle_t xt_dma_handle; member
H A Dxnb.c1283 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()