Searched defs:ethsw_command_func (Results 1 – 1 of 1) sorted by relevance
69 struct ethsw_command_func { struct70 const char *ethsw_name;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);98 int ethsw_define_functions(const struct ethsw_command_func *cmd_func); argument