Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c3401 struct cmd_config_threshold { struct
3414 struct cmd_config_threshold *res = parsed_result; in cmd_config_threshold_parsed() argument
3438 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, port, "port");
3440 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, keyword,
3443 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, all, "all");
3445 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, name,
3448 TOKEN_NUM_INITIALIZER(struct cmd_config_threshold, value, RTE_UINT16);
3450 cmdline_parse_inst_t cmd_config_threshold = { variable
16940 (cmdline_parse_inst_t *)&cmd_config_threshold,