|
Barrelfish
|
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. | |
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
1.8.11