Lines Matching defs:parsed_cmd

20 static int ethsw_port_stats_help_key_func(struct ethsw_command_def *parsed_cmd)  in ethsw_port_stats_help_key_func()
31 static int ethsw_learn_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_learn_help_key_func()
43 static int ethsw_fdb_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_fdb_help_key_func()
54 static int ethsw_pvid_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_pvid_help_key_func()
65 static int ethsw_vlan_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_vlan_help_key_func()
76 static int ethsw_port_untag_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_port_untag_help_key_func()
88 static int ethsw_egr_tag_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_egr_tag_help_key_func()
99 static int ethsw_vlan_learn_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_vlan_learn_help_key_func()
110 static int ethsw_ingr_fltr_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_ingr_fltr_help_key_func()
121 static int ethsw_port_aggr_help_key_func(struct ethsw_command_def *parsed_cmd) in ethsw_port_aggr_help_key_func()
752 struct ethsw_command_def *parsed_cmd) in keyword_match_gen()
765 struct ethsw_command_def *parsed_cmd) in keyword_match_port()
788 struct ethsw_command_def *parsed_cmd) in keyword_match_vlan()
831 struct ethsw_command_def *parsed_cmd) in keyword_match_pvid()
853 struct ethsw_command_def *parsed_cmd) in keyword_match_mac_addr()
882 struct ethsw_command_def *parsed_cmd) in keyword_match_aggr()
902 static void cmd_keywords_opt_check(const struct ethsw_command_def *parsed_cmd, in cmd_keywords_opt_check()
956 static void cmd_keywords_check(struct ethsw_command_def *parsed_cmd, in cmd_keywords_check()
1003 struct ethsw_command_def *parsed_cmd) in keywords_find()
1050 static void command_def_init(struct ethsw_command_def *parsed_cmd) in command_def_init()
1069 struct ethsw_command_def parsed_cmd; in do_ethsw() local