Home
last modified time | relevance | path

Searched refs:VRING_DESC_F_NEXT (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/beri/virtio/
HDvirtio.c155 VRING_DESC_F_NEXT) == 0) in vq_getchain()
162 if ((be16toh(vdir->flags) & VRING_DESC_F_NEXT) == 0) in vq_getchain()
/NextBSD/sys/dev/virtio/
HDvirtio_ring.h37 #define VRING_DESC_F_NEXT 1 macro
HDvirtqueue.c684 dp->flags |= VRING_DESC_F_NEXT; in vq_ring_enqueue_segments()
814 while (dp->flags & VRING_DESC_F_NEXT) { in vq_ring_free_chain()
/NextBSD/usr.sbin/bhyve/
HDvirtio.h124 #define VRING_DESC_F_NEXT (1 << 0) macro
HDvirtio.c357 if ((vp->vd_flags & VRING_DESC_F_NEXT) == 0) in vq_getchain()
369 if ((vdir->vd_flags & VRING_DESC_F_NEXT) == 0) in vq_getchain()