OpenAMP Library  latest
Loading...
Searching...
No Matches
virtio_vring_info Struct Reference

Virtio vring data structure. More...

#include <virtio.h>

Data Fields

struct virtqueuevq
 Virtio queue.
struct vring_alloc_info info
 Vring alloc info.
uint32_t notifyid
 Vring notify id.
struct metal_io_region * io
 Metal I/O region of the vring memory, can be NULL.

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: