Searched refs:cmd_showport_reta (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 2965 struct cmd_showport_reta { struct 3020 struct cmd_showport_reta *res = parsed_result; in cmd_showport_reta_parsed() 3048 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, show, "show"); 3050 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, port, "port"); 3052 TOKEN_NUM_INITIALIZER(struct cmd_showport_reta, port_id, RTE_UINT16); 3054 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, rss, "rss"); 3056 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, reta, "reta"); 3058 TOKEN_NUM_INITIALIZER(struct cmd_showport_reta, size, RTE_UINT16); 3060 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, 3063 cmdline_parse_inst_t cmd_showport_reta = { variable [all …]
|