Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcmdline.c3528 struct cmd_config_threshold { struct
3541 struct cmd_config_threshold *res = parsed_result; in cmd_config_threshold_parsed() argument
3565 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, port, "port");
3567 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, keyword,
3570 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, all, "all");
3572 TOKEN_STRING_INITIALIZER(struct cmd_config_threshold, name,
3575 TOKEN_NUM_INITIALIZER(struct cmd_config_threshold, value, RTE_UINT16);
3577 cmdline_parse_inst_t cmd_config_threshold = { variable
17942 (cmdline_parse_inst_t *)&cmd_config_threshold,