HomeSort by relevance Sort by last modified time
    Searched refs:xt_dma_handle (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xnb.h 94 ddi_dma_handle_t xt_dma_handle; member in struct:xnb_txbuf
xnb.c 1283 0, 0, &txp->xt_dma_handle) != DDI_SUCCESS)
1286 if (ddi_dma_mem_alloc(txp->xt_dma_handle, PAGESIZE, &data_accattr,
1291 if (ddi_dma_addr_bind_handle(txp->xt_dma_handle, NULL, txp->xt_buf,
1312 ddi_dma_free_handle(&txp->xt_dma_handle);
1325 (void) ddi_dma_unbind_handle(txp->xt_dma_handle);
1327 ddi_dma_free_handle(&txp->xt_dma_handle);
    [all...]

Completed in 4319 milliseconds