Home
last modified time | relevance | path

Searched defs:ethsw_command_func (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dethsw.h70 struct ethsw_command_func { struct
71 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