Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_impl.h144 virtio_vq_device_t *viq_dma_device; member
352 (uintptr_t)(viq)->viq_dma_device - \
363 (uintptr_t)(viq)->viq_dma_device - \
366 (uintptr_t)(viq)->viq_dma_device - \
H A Dvirtio_main.c734 viq->viq_dma_device = virtio_dma_va(&viq->viq_dma, sz_driver); in virtio_queue_alloc()
869 if (viq->viq_device_index == viq->viq_dma_device->vqde_index) { in virtio_queue_poll()
886 uint16_t start = viq->viq_dma_device->vqde_ring[index].vqe_start; in virtio_queue_poll()
887 uint32_t len = viq->viq_dma_device->vqde_ring[index].vqe_len; in virtio_queue_poll()
1234 if (!(viq->viq_dma_device->vqde_flags & VIRTQ_USED_F_NO_NOTIFY)) { in virtio_queue_flush_locked()