Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A Dvirtio_ring.h37 #define VRING_DESC_F_NEXT 1 macro
H A DVirtioQueue.cpp278 while ((fRing.desc[index].flags & VRING_DESC_F_NEXT) != 0) { in Dequeue()
383 desc[index].flags |= VRING_DESC_F_NEXT; in QueueVector()