OpenAMP Library  353
virtio_vring_info Struct Reference

Virtio vring data structure. More...

#include <virtio.h>

Data Fields

struct virtqueuevq
 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...
 

Detailed Description

Virtio vring data structure.

Field Documentation

◆ info

struct vring_alloc_info virtio_vring_info::info

Vring alloc info.

◆ io

struct metal_io_region* virtio_vring_info::io

Metal I/O region of the vring memory, can be NULL.

◆ notifyid

uint32_t virtio_vring_info::notifyid

Vring notify id.

◆ vq

struct virtqueue* virtio_vring_info::vq

Virtio queue.


The documentation for this struct was generated from the following file: