Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/virtio/
H A Dvirtio.c389 struct vq_entry *entry = &vq->vq_entries[i]; in virtio_init_vq()
413 struct vq_entry *entry = &vq->vq_entries[i]; in virtio_init_vq()
527 vq->vq_entries = kmem_zalloc(sizeof (struct vq_entry) * vq_size, in virtio_alloc_vq()
541 kmem_free(vq->vq_entries, sizeof (struct vq_entry) * vq_size); in virtio_alloc_vq()
571 struct vq_entry *entry = &vq->vq_entries[i]; in virtio_free_vq()
576 kmem_free(vq->vq_entries, sizeof (struct vq_entry) * vq->vq_num); in virtio_free_vq()
804 head = &vq->vq_entries[slot]; in virtio_pull_chain()
H A Dvirtiovar.h119 struct vq_entry *vq_entries; member