Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
Data Fields

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

Detailed Description

Hardware TCAM group usage information.

Examples:
tcam_usage.c.

Definition at line 337 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 342 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 345 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 339 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 349 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 350 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 348 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 343 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 346 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 340 of file openapi_tcam.h.


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