Searched defs:cmd_config_speed_all (Results 1 – 1 of 1) sorted by relevance
1464 struct cmd_config_speed_all { struct1465 cmdline_fixed_string_t port;1466 cmdline_fixed_string_t keyword;1467 cmdline_fixed_string_t all;1468 cmdline_fixed_string_t item1;1469 cmdline_fixed_string_t item2;1470 cmdline_fixed_string_t value1;1471 cmdline_fixed_string_t value2;1570 cmdline_parse_inst_t cmd_config_speed_all = { variable