API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_tm_queue_stats_capability_t Struct Reference

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. More...
 
      uint64_t   packets: 1 
 See odp_tm_queue_stats_t::packets. More...
 
      uint64_t   discards: 1 
 See odp_tm_queue_stats_t::discards. More...
 
      uint64_t   discard_octets: 1 
 See odp_tm_queue_stats_t::discard_octets. More...
 
      uint64_t   errors: 1 
 See odp_tm_queue_stats_t::errors. More...
 
   }   counter 
 Statistics counters in a bit field structure.
 
   uint64_t   all_counters 
 All bits of the bit field structure. More...
 
};  
 Supported counters.
 

Detailed Description

TM queue level statistics capabilities.

Definition at line 207 of file api/spec/traffic_mngr.h.

Field Documentation

◆ octets

uint64_t odp_tm_queue_stats_capability_t::octets

See odp_tm_queue_stats_t::octets.

Definition at line 213 of file api/spec/traffic_mngr.h.

◆ packets

uint64_t odp_tm_queue_stats_capability_t::packets

See odp_tm_queue_stats_t::packets.

Definition at line 216 of file api/spec/traffic_mngr.h.

◆ discards

uint64_t odp_tm_queue_stats_capability_t::discards

◆ discard_octets

uint64_t odp_tm_queue_stats_capability_t::discard_octets

◆ errors

uint64_t odp_tm_queue_stats_capability_t::errors

See odp_tm_queue_stats_t::errors.

Definition at line 225 of file api/spec/traffic_mngr.h.

◆ all_counters

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.


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