|
API Reference Manual
1.50.0
|
Queue statistics counters options. More...
#include <queue_stats_types.h>
Data Fields | |
| struct { | |
| uint64_t len: 1 | |
| Queue length. | |
| } | bit |
| Option flags. | |
| uint64_t | all |
| All bits of the bit field structure. More... | |
Queue statistics counters options.
Statistics counters listed in a bit field structure.
Definition at line 30 of file spec/queue_stats_types.h.
| uint64_t odp_queue_stats_opt_t::all |
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 42 of file spec/queue_stats_types.h.