1174a1631SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause 2174a1631SBruce Richardson * Copyright(c) 2017 Intel Corporation 3c6af0842SJasvinder Singh */ 4c6af0842SJasvinder Singh 5c6af0842SJasvinder Singh #ifndef _CMDLINE_TM_H_ 6c6af0842SJasvinder Singh #define _CMDLINE_TM_H_ 7c6af0842SJasvinder Singh 8c6af0842SJasvinder Singh /* Traffic Management CLI */ 9c6af0842SJasvinder Singh extern cmdline_parse_inst_t cmd_show_port_tm_cap; 10c6af0842SJasvinder Singh extern cmdline_parse_inst_t cmd_show_port_tm_level_cap; 11c6af0842SJasvinder Singh extern cmdline_parse_inst_t cmd_show_port_tm_node_cap; 12*25a2a0dcSBruce Richardson extern cmdline_parse_inst_t cmd_show_port_tm_node; 13c6af0842SJasvinder Singh extern cmdline_parse_inst_t cmd_show_port_tm_node_type; 14c6af0842SJasvinder Singh extern cmdline_parse_inst_t cmd_show_port_tm_node_stats; 15bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_add_port_tm_node_shaper_profile; 16bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_del_port_tm_node_shaper_profile; 17bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_add_port_tm_node_shared_shaper; 18bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_del_port_tm_node_shared_shaper; 19bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_add_port_tm_node_wred_profile; 20bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_del_port_tm_node_wred_profile; 21bddc2f40SJasvinder Singh extern cmdline_parse_inst_t cmd_set_port_tm_node_shaper_profile; 22996cb153SJasvinder Singh extern cmdline_parse_inst_t cmd_add_port_tm_nonleaf_node; 23bb52561eSNithin Dabilpuram extern cmdline_parse_inst_t cmd_add_port_tm_nonleaf_node_pmode; 24996cb153SJasvinder Singh extern cmdline_parse_inst_t cmd_add_port_tm_leaf_node; 25996cb153SJasvinder Singh extern cmdline_parse_inst_t cmd_del_port_tm_node; 26996cb153SJasvinder Singh extern cmdline_parse_inst_t cmd_set_port_tm_node_parent; 27079dcbb8STomasz Duszynski extern cmdline_parse_inst_t cmd_suspend_port_tm_node; 2812f76f52STomasz Duszynski extern cmdline_parse_inst_t cmd_resume_port_tm_node; 29996cb153SJasvinder Singh extern cmdline_parse_inst_t cmd_port_tm_hierarchy_commit; 306673fe0cSKrzysztof Kanas extern cmdline_parse_inst_t cmd_port_tm_mark_vlan_dei; 316673fe0cSKrzysztof Kanas extern cmdline_parse_inst_t cmd_port_tm_mark_ip_ecn; 326673fe0cSKrzysztof Kanas extern cmdline_parse_inst_t cmd_port_tm_mark_ip_dscp; 33c6af0842SJasvinder Singh 34c6af0842SJasvinder Singh #endif /* _CMDLINE_TM_H_ */ 35