OpenNSL API Guide and Reference Manual
Data Structures | Macros | Typedefs
switch.h File Reference

Go to the source code of this file.

Data Structures

struct  _shr_switch_temperature_monitor_s
 

Macros

#define _SHR_SWITCH_MAX_PIPES   4 /* Max number of pipes (or slices) */
 
#define _SHR_SWITCH_STABLE_APPLICATION   3 /* Use application storage */
 
#define _SHR_SWITCH_STABLE_DEVICE_EXT_MEM   2 /* Use external TCAM/SRAM */
 
#define _SHR_SWITCH_STABLE_DEVICE_NEXT_HOP   1 /* Use next hop table */
 
#define _SHR_SWITCH_STABLE_NONE   0 /* No storage */
 
#define _SHR_SWITCH_STABLE_SHARED_MEM   4 /* Use Linux shmem for internal proccess NV storage */
 

Typedefs

typedef struct
_shr_switch_temperature_monitor_s 
_shr_switch_temperature_monitor_t
 

Macro Definition Documentation

#define _SHR_SWITCH_MAX_PIPES   4 /* Max number of pipes (or slices) */

Definition at line 25 of file switch.h.

#define _SHR_SWITCH_STABLE_APPLICATION   3 /* Use application storage */

Definition at line 30 of file switch.h.

#define _SHR_SWITCH_STABLE_DEVICE_EXT_MEM   2 /* Use external TCAM/SRAM */

Definition at line 29 of file switch.h.

#define _SHR_SWITCH_STABLE_DEVICE_NEXT_HOP   1 /* Use next hop table */

Definition at line 28 of file switch.h.

#define _SHR_SWITCH_STABLE_NONE   0 /* No storage */

Definition at line 27 of file switch.h.

#define _SHR_SWITCH_STABLE_SHARED_MEM   4 /* Use Linux shmem for internal proccess NV storage */

Definition at line 31 of file switch.h.

Typedef Documentation