cosq.c (610B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 6 * 7 * COS Queue Management 8 * Purpose: API to set different cosq, priorities, and scheduler registers. 9 */ 10 11 #include <sal/core/libc.h> 12 13 #include <soc/drv.h> 14 #include <soc/mem.h> 15 #include <soc/debug.h> 16 17 #include <bcm/error.h> 18 #include <bcm/cosq.h> 19 20 #include <bcm_int/esw/mbcm.h> 21 #include <bcm_int/esw/firebolt.h> 22 #include <bcm_int/esw/humv.h> 23 24 /* Currently identical to Bradley */ 25 int _humv_cosq_not_empty;