Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.4.4.5
Data Fields
open_tcamHardwareGroupUsage_s Struct Reference

Hardware TCAM group usage information. More...

#include <openapi_tcam.h>

Data Fields

uint32_t in_use_counters
 Number of counters currently used in the hardware group.
 
uint32_t in_use_meters
 Number of meters currently used in the hardware group.
 
uint32_t in_use_rules
 Number of rules currently used in the hardware group.
 
uint32_t intraslice_mode_enable
 Indicates if intraslice mode is enabled.
 
uint32_t natural_depth
 Number of rules when slice depth is one.
 
uint32_t slice_width_physical
 Slice width of group based on physical slices.
 
uint32_t total_counters
 Total counters available for the hardware group.
 
uint32_t total_meters
 Total meters available for the hardware group.
 
uint32_t total_rules
 Total number of rules that can be added to the hardware group.
 

Detailed Description

Hardware TCAM group usage information.

Examples:
tcam_usage.c.

Definition at line 282 of file openapi_tcam.h.

Field Documentation

uint32_t open_tcamHardwareGroupUsage_s::in_use_counters

Number of counters currently used in the hardware group.

Examples:
tcam_usage.c.

Definition at line 287 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::in_use_meters

Number of meters currently used in the hardware group.

Examples:
tcam_usage.c.

Definition at line 290 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::in_use_rules

Number of rules currently used in the hardware group.

Examples:
tcam_usage.c.

Definition at line 284 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::intraslice_mode_enable

Indicates if intraslice mode is enabled.

Examples:
tcam_usage.c.

Definition at line 294 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::natural_depth

Number of rules when slice depth is one.

Examples:
tcam_usage.c.

Definition at line 295 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::slice_width_physical

Slice width of group based on physical slices.

Examples:
tcam_usage.c.

Definition at line 293 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::total_counters

Total counters available for the hardware group.

Examples:
tcam_usage.c.

Definition at line 288 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::total_meters

Total meters available for the hardware group.

Examples:
tcam_usage.c.

Definition at line 291 of file openapi_tcam.h.

uint32_t open_tcamHardwareGroupUsage_s::total_rules

Total number of rules that can be added to the hardware group.

Examples:
tcam_usage.c.

Definition at line 285 of file openapi_tcam.h.


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