API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_queue_stats_opt_t Union Reference

Queue statistics counters options. More...

#include <queue_stats_types.h>

Data Fields

struct { 
 
   uint64_t   len: 1 
 Queue length. More...
 
bit 
 Option flags.
 
uint64_t all
 All bits of the bit field structure.
 

Detailed Description

Queue statistics counters options.

Statistics counters listed in a bit field structure.

Definition at line 30 of file spec/queue_stats_types.h.

Field Documentation

◆ len

uint64_t odp_queue_stats_opt_t::len

Queue length.

Definition at line 34 of file spec/queue_stats_types.h.

◆ all

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.


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