Searched refs:ethsw_command_def (Results 1 – 3 of 3) sorted by relevance
59 struct ethsw_command_def { struct66 int (*cmd_function)(struct ethsw_command_def *parsed_cmd); argument72 int (*port_enable)(struct ethsw_command_def *parsed_cmd);73 int (*port_disable)(struct ethsw_command_def *parsed_cmd);74 int (*port_show)(struct ethsw_command_def *parsed_cmd);75 int (*port_stats)(struct ethsw_command_def *parsed_cmd);76 int (*port_stats_clear)(struct ethsw_command_def *parsed_cmd);77 int (*port_learn)(struct ethsw_command_def *parsed_cmd);78 int (*port_learn_show)(struct ethsw_command_def *parsed_cmd);79 int (*fdb_show)(struct ethsw_command_def *parsed_cmd);[all …]
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()[all …]
1755 static int vsc9953_port_status_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_port_status_key_func()1784 static int vsc9953_port_config_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_port_config_key_func()1811 static int vsc9953_port_stats_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_port_stats_key_func()1829 static int vsc9953_port_stats_clear_key_func(struct ethsw_command_def in vsc9953_port_stats_clear_key_func()1848 static int vsc9953_learn_show_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_learn_show_key_func()1892 static int vsc9953_learn_set_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_learn_set_key_func()1921 static int vsc9953_fdb_show_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_show_key_func()1940 static int vsc9953_fdb_flush_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_flush_key_func()1959 static int vsc9953_fdb_entry_add_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_entry_add_key_func()1988 static int vsc9953_fdb_entry_del_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_entry_del_key_func()[all …]