Lines Matching refs:ethsw_command_def
58 struct ethsw_command_def { struct
65 int (*cmd_function)(struct ethsw_command_def *parsed_cmd); argument
71 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);
79 int (*fdb_flush)(struct ethsw_command_def *parsed_cmd);
80 int (*fdb_entry_add)(struct ethsw_command_def *parsed_cmd);
81 int (*fdb_entry_del)(struct ethsw_command_def *parsed_cmd);
82 int (*pvid_show)(struct ethsw_command_def *parsed_cmd);
83 int (*pvid_set)(struct ethsw_command_def *parsed_cmd);
84 int (*vlan_show)(struct ethsw_command_def *parsed_cmd);
85 int (*vlan_set)(struct ethsw_command_def *parsed_cmd);
86 int (*port_untag_show)(struct ethsw_command_def *parsed_cmd);
87 int (*port_untag_set)(struct ethsw_command_def *parsed_cmd);
88 int (*port_egr_vlan_show)(struct ethsw_command_def *parsed_cmd);
89 int (*port_egr_vlan_set)(struct ethsw_command_def *parsed_cmd);
90 int (*vlan_learn_show)(struct ethsw_command_def *parsed_cmd);
91 int (*vlan_learn_set)(struct ethsw_command_def *parsed_cmd);
92 int (*port_ingr_filt_show)(struct ethsw_command_def *parsed_cmd);
93 int (*port_ingr_filt_set)(struct ethsw_command_def *parsed_cmd);
94 int (*port_aggr_show)(struct ethsw_command_def *parsed_cmd);
95 int (*port_aggr_set)(struct ethsw_command_def *parsed_cmd);