Virtio vring data structure. More...
#include <virtio.h>
Data Fields | |
| struct virtqueue * | vq |
| Virtio queue. More... | |
| struct vring_alloc_info | info |
| Vring alloc info. More... | |
| uint32_t | notifyid |
| Vring notify id. More... | |
| struct metal_io_region * | io |
| Metal I/O region of the vring memory, can be NULL. More... | |
Virtio vring data structure.
| struct vring_alloc_info virtio_vring_info::info |
Vring alloc info.
| struct metal_io_region* virtio_vring_info::io |
Metal I/O region of the vring memory, can be NULL.
| uint32_t virtio_vring_info::notifyid |
Vring notify id.
| struct virtqueue* virtio_vring_info::vq |
Virtio queue.