Searched refs:ethsw_command_def (Results 1 – 3 of 3) sorted by relevance
58 struct ethsw_command_def { struct65 int (*cmd_function)(struct ethsw_command_def *parsed_cmd); argument71 int (*port_enable)(struct ethsw_command_def *parsed_cmd);72 int (*port_disable)(struct ethsw_command_def *parsed_cmd);73 int (*port_show)(struct ethsw_command_def *parsed_cmd);74 int (*port_stats)(struct ethsw_command_def *parsed_cmd);75 int (*port_stats_clear)(struct ethsw_command_def *parsed_cmd);76 int (*port_learn)(struct ethsw_command_def *parsed_cmd);77 int (*port_learn_show)(struct ethsw_command_def *parsed_cmd);78 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 …]
1754 static int vsc9953_port_status_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_port_status_key_func()1783 static int vsc9953_port_config_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_port_config_key_func()1810 static int vsc9953_port_stats_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_port_stats_key_func()1828 static int vsc9953_port_stats_clear_key_func(struct ethsw_command_def in vsc9953_port_stats_clear_key_func()1847 static int vsc9953_learn_show_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_learn_show_key_func()1891 static int vsc9953_learn_set_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_learn_set_key_func()1920 static int vsc9953_fdb_show_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_show_key_func()1939 static int vsc9953_fdb_flush_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_flush_key_func()1958 static int vsc9953_fdb_entry_add_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_entry_add_key_func()1987 static int vsc9953_fdb_entry_del_key_func(struct ethsw_command_def *parsed_cmd) in vsc9953_fdb_entry_del_key_func()[all …]