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

ecn_int.h (637B)


      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 BCMINT_LTSW_ECN_INT_H
     12 #define BCMINT_LTSW_ECN_INT_H
     13 
     14 /*! ECN map ID mask. */
     15 #define BCMINT_ECN_MAP_ID_MASK (0xFFF)
     16 
     17 /*! ECN map type mask. */
     18 #define BCMINT_ECN_MAP_TYPE_MASK (0xFFC000)
     19 
     20 /*! ECN map max entries. */
     21 #define BCMINT_ECN_MPLS_ECN_MAP_MAX_ENTRIES (0xC00)
     22 
     23 #endif /* BCMINT_LTSW_ECN_INT_H */