Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c3332 struct cmd_config_thresh { struct
3345 struct cmd_config_thresh *res = parsed_result; in cmd_config_thresh_parsed() argument
3375 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, port, "port");
3377 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, keyword, "config");
3379 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, all, "all");
3381 TOKEN_STRING_INITIALIZER(struct cmd_config_thresh, name,
3384 TOKEN_NUM_INITIALIZER(struct cmd_config_thresh, value, RTE_UINT8);
3386 cmdline_parse_inst_t cmd_config_thresh = { variable
16939 (cmdline_parse_inst_t *)&cmd_config_thresh,