Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
virtq_used_elem Struct Reference

used descriptor chain More...

#include <virtqueue.h>

Data Fields

uint32_t id
 index of the head of descriptor chain
 
uint32_t len
 total amount of bytes written to descriptor chain by the virtio device
 

Detailed Description

used descriptor chain

Describes a single descriptor chain returned by the virtio device

Field Documentation

◆ id

uint32_t virtq_used_elem::id

index of the head of descriptor chain

◆ len

uint32_t virtq_used_elem::len

total amount of bytes written to descriptor chain by the virtio device


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