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

flexdigest.h (839B)


      1 /*
      2  * DO NOT EDIT THIS FILE!
      3  * This file is auto-generated.
      4  * Edits to this file will be lost when it is regenerated.
      5  *
      6  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      7  * 
      8  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      9  */
     10 
     11 #ifndef BCMI_LTSW_FLEXDIGEST_H
     12 #define BCMI_LTSW_FLEXDIGEST_H
     13 
     14 /*!
     15  * \brief Get the reference count of match criteria identifer.
     16  *
     17  * \param [in] unit Unit Number.
     18  * \param [in] match_id The logical match criteria identifer.
     19  * \param [out] ref_count The qualified reference count of MatchId.
     20  *
     21  * \retval SHR_E_NONE No errors.
     22  * \retval !SHR_E_NONE Failure.
     23  */
     24 extern int
     25 bcmi_ltsw_flexdigest_match_id_ref_count_get(
     26     int unit,
     27     int match_id,
     28     int *ref_count);
     29 
     30 #endif /* BCMI_LTSW_FLEXDIGEST_H */