Home
last modified time | relevance | path

Searched refs:cmd_config_burst (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmdline.c3367 struct cmd_config_burst { struct
3380 struct cmd_config_burst *res = parsed_result; in cmd_config_burst_parsed() argument
3434 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, port, "port");
3436 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, keyword, "config");
3438 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, all, "all");
3440 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, name, "burst");
3442 TOKEN_NUM_INITIALIZER(struct cmd_config_burst, value, RTE_UINT16);
3444 cmdline_parse_inst_t cmd_config_burst = { variable
17940 (cmdline_parse_inst_t *)&cmd_config_burst,