| Updated: October 28, 2024 |
Information for one virtqueue on the device
#include <qvm/vio.h>
struct vio_queue_info {
struct virtq* vq;
vq_t* pvq;
union vio_queue_info::@5 @6;
struct vio_state* vsp;
struct virtio_virtq_data data;
unsigned max_size;
} ;
A pointer to virtqueue support routine control structure.
A backpointer to the VIRTIO state for this queue.
Basic VIRTIO data about the queue.
Maximum number of entries the device allows in the queue.