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