Searched refs:cmd_showport_rss_hash (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 3196 struct cmd_showport_rss_hash { struct 3209 struct cmd_showport_rss_hash *res = parsed_result; in cmd_showport_rss_hash_parsed() argument 3215 TOKEN_STRING_INITIALIZER(struct cmd_showport_rss_hash, show, "show"); 3217 TOKEN_STRING_INITIALIZER(struct cmd_showport_rss_hash, port, "port"); 3219 TOKEN_NUM_INITIALIZER(struct cmd_showport_rss_hash, port_id, 3222 TOKEN_STRING_INITIALIZER(struct cmd_showport_rss_hash, rss_hash, 3225 TOKEN_STRING_INITIALIZER(struct cmd_showport_rss_hash, key, "key"); 3227 cmdline_parse_inst_t cmd_showport_rss_hash = { variable 17948 (cmdline_parse_inst_t *)&cmd_showport_rss_hash,
|