Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/virtio/
H A Dvirtio.c609 qe->qe_next = NULL; in vq_alloc_entry()
753 if (qe->qe_next) { in virtio_push_chain()
755 qe->qe_desc->next = qe->qe_next->qe_index; in virtio_push_chain()
758 qe = qe->qe_next; in virtio_push_chain()
819 tmp = qe->qe_next; in virtio_free_chain()
828 first->qe_next = second; in virtio_ventry_stick()
H A Dvirtiovar.h88 struct vq_entry *qe_next; member