fabric.h (786B)
1 /* 2 * 3 * 4 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 5 * 6 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 7 * 8 * DPP DEFS H 9 */ 10 #ifndef _APPL_DIAG_DPP_FABRIC_H_INCLUDED_ 11 #define _APPL_DIAG_DPP_FABRIC_H_INCLUDED_ 12 13 #include <appl/diag/shell.h> 14 #include <appl/diag/dcmn/diag.h> 15 16 #ifdef BCM_PETRA_SUPPORT 17 18 cmd_result_t diag_dpp_fabric_thresholds_threshold_to_str(int unit, bcm_fabric_link_threshold_type_t type, char **type_name); 19 cmd_result_t diag_dpp_fabric_thresholds_types_parse(int unit, char *th_name, diag_dnx_fabric_link_th_info_t *thresholds_info); 20 cmd_result_t diag_dpp_fabric_queues_print(int unit); 21 22 #endif /*BCM_PETRA_SUPPORT*/ 23 24 #endif /*_APPL_DIAG_DPP_FABRIC_H_INCLUDED_*/ 25 26 27