Zephyr API 3.6.99
|
Ethernet Qav specific parameters. More...
#include <ethernet.h>
Data Fields | ||
int | queue_id | |
ID of the priority queue to use. | ||
enum ethernet_qav_param_type | type | |
Type of Qav parameter. | ||
union { | ||
bool enabled | ||
True if Qav is enabled for queue. More... | ||
unsigned int delta_bandwidth | ||
Delta Bandwidth (percentage of bandwidth) More... | ||
unsigned int idle_slope | ||
Idle Slope (bits per second) More... | ||
unsigned int oper_idle_slope | ||
Oper Idle Slope (bits per second) More... | ||
unsigned int traffic_class | ||
Traffic class the queue is bound to. More... | ||
}; | ||
Ethernet Qav specific parameters.
union { ... } ethernet_qav_param |
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.