Searched refs:vq_dma_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c456 DDI_DMA_SLEEP, NULL, &vq->vq_dma_handle);
463 ret = ddi_dma_mem_alloc(vq->vq_dma_handle, allocsize,
472 ret = ddi_dma_addr_bind_handle(vq->vq_dma_handle, NULL,
527 (void) ddi_dma_unbind_handle(vq->vq_dma_handle);
531 ddi_dma_free_handle(&vq->vq_dma_handle);
562 (void) ddi_dma_unbind_handle(vq->vq_dma_handle);
564 ddi_dma_free_handle(&vq->vq_dma_handle);
H A Dvirtiovar.h113 ddi_dma_handle_t vq_dma_handle; member in struct:virtqueue

Completed in 59 milliseconds