Searched refs:ethsw_command_func (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/cmd/ |
D | ethsw.c | 138 .cmd_func_offset = offsetof(struct ethsw_command_func, 146 .cmd_func_offset = offsetof(struct ethsw_command_func, 154 .cmd_func_offset = offsetof(struct ethsw_command_func, 170 .cmd_func_offset = offsetof(struct ethsw_command_func, 179 .cmd_func_offset = offsetof(struct ethsw_command_func, 203 .cmd_func_offset = offsetof(struct ethsw_command_func, 212 .cmd_func_offset = offsetof(struct ethsw_command_func, 221 .cmd_func_offset = offsetof(struct ethsw_command_func, 245 .cmd_func_offset = offsetof(struct ethsw_command_func, 254 .cmd_func_offset = offsetof(struct ethsw_command_func, [all …]
|
/external/u-boot/include/ |
D | ethsw.h | 69 struct ethsw_command_func { struct 98 int ethsw_define_functions(const struct ethsw_command_func *cmd_func); argument
|
/external/u-boot/drivers/net/ |
D | vsc9953.c | 2410 static struct ethsw_command_func vsc9953_cmd_func = {
|