API Reference Manual
1.46.0
|
TM queue level statistics capabilities. More...
#include <traffic_mngr.h>
Data Fields | |
union { | |
struct { | |
uint64_t octets: 1 | |
See odp_tm_queue_stats_t::octets. | |
uint64_t packets: 1 | |
See odp_tm_queue_stats_t::packets. | |
uint64_t discards: 1 | |
See odp_tm_queue_stats_t::discards. | |
uint64_t discard_octets: 1 | |
See odp_tm_queue_stats_t::discard_octets. | |
uint64_t errors: 1 | |
See odp_tm_queue_stats_t::errors. | |
} counter | |
Statistics counters in a bit field structure. | |
uint64_t all_counters | |
All bits of the bit field structure. More... | |
}; | |
Supported counters. | |
TM queue level statistics capabilities.
Definition at line 207 of file api/spec/traffic_mngr.h.
uint64_t odp_tm_queue_stats_capability_t::all_counters |
All bits of the bit field structure.
This field can be used to set/clear all flags, or for bitwise operations over the entire structure.
Definition at line 233 of file api/spec/traffic_mngr.h.