Barrelfish
Data Fields
vring_desc Struct Reference

Data Fields

lpaddr_t addr
 Address (guest-physical).
 
uint32_t length
 Length of the data in the buffer.
 
uint16_t flags
 The flags, see VRING_DESC_F_*.
 
uint16_t next
 Next field used for chaining if flags & NEXT.
 

Detailed Description

2.4.5 The Virtqueue Descriptor Table

The descriptor table refers to the buffers the driver is using for the device.

Alignment Constraint: 16 byte boundary


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