Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c3241 struct cmd_config_burst { struct
3254 struct cmd_config_burst *res = parsed_result; in cmd_config_burst_parsed() argument
3307 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, port, "port");
3309 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, keyword, "config");
3311 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, all, "all");
3313 TOKEN_STRING_INITIALIZER(struct cmd_config_burst, name, "burst");
3315 TOKEN_NUM_INITIALIZER(struct cmd_config_burst, value, RTE_UINT16);
3317 cmdline_parse_inst_t cmd_config_burst = { variable
16938 (cmdline_parse_inst_t *)&cmd_config_burst,