OpenNSL API Guide and Reference Manual
statX.h
Go to the documentation of this file.
1 
4 /*****************************************************************************
5  *
6  * This software is governed by the Broadcom Advanced Switch APIs license.
7  * This license is set out in the
8  * https://github.com/Broadcom-Switch/OpenNSL/Legal/LICENSE-Adv file.
9  *
10  * Copyright 2015-2016 Broadcom Corporation. All rights reserved.
11  *
12  ***************************************************************************/
16 #ifndef __OPENNSL_STATX_H__
17 #define __OPENNSL_STATX_H__
18 
19 #include <opennsl/types.h>
20 
65 /* __doxy_func_body_end__ */
66 
75 /* __doxy_func_body_end__ */
76 
77 /***************************************************************************/
90 
91 /***************************************************************************/
121  int unit,
122  uint32 flags,
123  uint32 total_counters,
124  uint32 num_selectors,
126  uint32 *mode_id) LIB_DLL_EXPORTED ;
127 
128 /***************************************************************************/
143  int unit,
144  uint32 mode_id,
145  opennsl_stat_object_t object,
146  uint32 *stat_counter_id,
147  uint32 *num_entries) LIB_DLL_EXPORTED ;
148 
149 #endif /* __OPENNSL_STATX_H__ */
150