| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#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 | |
| }; | |
| union { ... } ethernet_qav_param::@249 | 
| unsigned int ethernet_qav_param::delta_bandwidth | 
Delta Bandwidth (percentage of bandwidth)
| bool ethernet_qav_param::enabled | 
True if Qav is enabled for queue
| unsigned int ethernet_qav_param::idle_slope | 
Idle Slope (bits per second)
| unsigned int ethernet_qav_param::oper_idle_slope | 
Oper Idle Slope (bits per second)
| int ethernet_qav_param::queue_id | 
ID of the priority queue to use
| unsigned int ethernet_qav_param::traffic_class | 
Traffic class the queue is bound to
| enum ethernet_qav_param_type ethernet_qav_param::type | 
Type of Qav parameter