Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
ethernet_qav_param Struct Reference

#include <ethernet.h>

Data Fields

int queue_id
 
enum ethernet_qav_param_type type
 
union {
   bool   enabled
 
   unsigned int   delta_bandwidth
 
   unsigned int   idle_slope
 
   unsigned int   oper_idle_slope
 
   unsigned int   traffic_class
 
}; 
 

Field Documentation

◆ 

union { ... } ethernet_qav_param::@139

◆ delta_bandwidth

unsigned int ethernet_qav_param::delta_bandwidth

Delta Bandwidth (percentage of bandwidth)

◆ enabled

bool ethernet_qav_param::enabled

True if Qav is enabled for queue

◆ idle_slope

unsigned int ethernet_qav_param::idle_slope

Idle Slope (bits per second)

◆ oper_idle_slope

unsigned int ethernet_qav_param::oper_idle_slope

Oper Idle Slope (bits per second)

◆ queue_id

int ethernet_qav_param::queue_id

ID of the priority queue to use

◆ traffic_class

unsigned int ethernet_qav_param::traffic_class

Traffic class the queue is bound to

◆ type

enum ethernet_qav_param_type ethernet_qav_param::type

Type of Qav parameter


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