| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
virtqueue used ring More...
#include <virtqueue.h>
| Data Fields | |
| uint16_t | flags | 
| ring flags, e.g. | |
| uint16_t | idx | 
| head of the ring | |
| struct virtq_used_elem | ring [] | 
| ring of struct virtq_used_elem | |
virtqueue used ring
Used to receive descriptors from the virtio device. Driver readable, device writeable
| uint16_t virtq_used::flags | 
ring flags, e.g.
VIRTQ_USED_F_NO_NOTIFY, currently unused
| uint16_t virtq_used::idx | 
head of the ring
| struct virtq_used_elem virtq_used::ring[] | 
ring of struct virtq_used_elem