Searched refs:cmd_showport_reta (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 3079 struct cmd_showport_reta { struct 3136 struct cmd_showport_reta *res = parsed_result; in cmd_showport_reta_parsed() 3164 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, show, "show"); 3166 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, port, "port"); 3168 TOKEN_NUM_INITIALIZER(struct cmd_showport_reta, port_id, RTE_UINT16); 3170 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, rss, "rss"); 3172 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, reta, "reta"); 3174 TOKEN_NUM_INITIALIZER(struct cmd_showport_reta, size, RTE_UINT16); 3176 TOKEN_STRING_INITIALIZER(struct cmd_showport_reta, 3179 cmdline_parse_inst_t cmd_showport_reta = { variable [all …]
|