Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.h95 ddi_dma_handle_t xt_dma_handle; member
H A Dxnb.c1285 0, 0, &txp->xt_dma_handle) != DDI_SUCCESS) in xnb_txbuf_constructor()
1288 if (ddi_dma_mem_alloc(txp->xt_dma_handle, PAGESIZE, &data_accattr, in xnb_txbuf_constructor()
1293 if (ddi_dma_addr_bind_handle(txp->xt_dma_handle, NULL, txp->xt_buf, in xnb_txbuf_constructor()
1314 ddi_dma_free_handle(&txp->xt_dma_handle); in xnb_txbuf_constructor()
1327 (void) ddi_dma_unbind_handle(txp->xt_dma_handle); in xnb_txbuf_destructor()
1329 ddi_dma_free_handle(&txp->xt_dma_handle); in xnb_txbuf_destructor()