Lines Matching refs:leaf

449 			lcap.leaf.shaper_private_supported);  in cmd_show_port_tm_level_cap_parsed()
451 "\n", lcap.leaf.shaper_private_dual_rate_supported); in cmd_show_port_tm_level_cap_parsed()
453 lcap.leaf.shaper_private_rate_min); in cmd_show_port_tm_level_cap_parsed()
455 lcap.leaf.shaper_private_rate_max); in cmd_show_port_tm_level_cap_parsed()
457 "\n", lcap.leaf.shaper_private_packet_mode_supported); in cmd_show_port_tm_level_cap_parsed()
459 lcap.leaf.shaper_private_byte_mode_supported); in cmd_show_port_tm_level_cap_parsed()
461 lcap.leaf.shaper_shared_n_max); in cmd_show_port_tm_level_cap_parsed()
463 lcap.leaf.shaper_shared_packet_mode_supported); in cmd_show_port_tm_level_cap_parsed()
465 lcap.leaf.shaper_shared_byte_mode_supported); in cmd_show_port_tm_level_cap_parsed()
467 lcap.leaf.cman_head_drop_supported); in cmd_show_port_tm_level_cap_parsed()
469 "\n", lcap.leaf.cman_wred_context_private_supported); in cmd_show_port_tm_level_cap_parsed()
471 lcap.leaf.cman_wred_context_shared_n_max); in cmd_show_port_tm_level_cap_parsed()
473 lcap.leaf.stats_mask); in cmd_show_port_tm_level_cap_parsed()
591 ncap.leaf.cman_head_drop_supported); in cmd_show_port_tm_node_cap_parsed()
593 "\n", ncap.leaf.cman_wred_context_private_supported); in cmd_show_port_tm_node_cap_parsed()
595 ncap.leaf.cman_wred_context_shared_n_max); in cmd_show_port_tm_node_cap_parsed()
694 stats.leaf.n_pkts_dropped[RTE_COLOR_GREEN]); in cmd_show_port_tm_node_stats_parsed()
697 stats.leaf.n_pkts_dropped[RTE_COLOR_YELLOW]); in cmd_show_port_tm_node_stats_parsed()
700 stats.leaf.n_pkts_dropped[RTE_COLOR_RED]); in cmd_show_port_tm_node_stats_parsed()
703 stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN]); in cmd_show_port_tm_node_stats_parsed()
706 stats.leaf.n_bytes_dropped[RTE_COLOR_YELLOW]); in cmd_show_port_tm_node_stats_parsed()
709 stats.leaf.n_bytes_dropped[RTE_COLOR_RED]); in cmd_show_port_tm_node_stats_parsed()
712 stats.leaf.n_pkts_queued); in cmd_show_port_tm_node_stats_parsed()
715 stats.leaf.n_bytes_queued); in cmd_show_port_tm_node_stats_parsed()
1901 cmdline_fixed_string_t leaf; member
1927 struct cmd_add_port_tm_leaf_node_result, leaf, "leaf");
2020 np.leaf.cman = res->cman_mode; in cmd_add_port_tm_leaf_node_parsed()
2021 np.leaf.wred.wred_profile_id = res->wred_profile_id; in cmd_add_port_tm_leaf_node_parsed()