Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcmdline.c3459 struct cmd_config_thresh { struct
3472 struct cmd_config_thresh *res = parsed_result; in cmd_config_thresh_parsed() argument
3502 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, port, "port");
3504 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, keyword, "config");
3506 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, all, "all");
3508 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, name,
3511 TOKEN_NUM_INITIALIZER(struct cmd_config_thresh, value, RTE_UINT8);
3513 cmdline_parse_inst_t cmd_config_thresh = { variable
17941 (cmdline_parse_inst_t *)&cmd_config_thresh,