openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

stat_mgmt.h (808B)


      1  /** \file bcm_int/dnx/stat/stat_mgmt.h
      2  * 
      3  * Internal DNX STAT MGMT
      4  * 
      5  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      6  * 
      7  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      8  */
      9 
     10 #ifndef _DNX_STAT_MGMT_INCLUDED__
     11 /*
     12  * { 
     13  */
     14 #define _DNX_STAT_MGMT_INCLUDED__
     15 
     16 #ifndef BCM_DNX_SUPPORT
     17 #error "This file is for use by DNX (JR2) family only!"
     18 #endif
     19 
     20 /**
     21  * \brief
     22  *      initialize reject bitmap filter masks
     23  * \param [in] unit - unit id 
     24  * \return
     25  *   \retval Non-zero (!= _SHR_E_NONE) in case of an error
     26  *   \retval Zero (= _SHR_E_NONE) in case of NO ERROR
     27  * \remark
     28  *   NONE
     29  * \see
     30  *   NONE
     31  */
     32 shr_error_e dnx_stat_mgmt_reject_filter_masks_init(
     33     int unit);
     34 
     35 #endif/*_DNX_STAT_MGMT_INCLUDED__*/