Searched refs:flow_items (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 217 .map = &flow_items[0], in args_parse() 223 .map = &flow_items[0], in args_parse() 229 .map = &flow_items[0], in args_parse() 235 .map = &flow_items[0], in args_parse() 241 .map = &flow_items[0], in args_parse() 247 .map = &flow_items[0], in args_parse() 253 .map = &flow_items[0], in args_parse() 259 .map = &flow_items[0], in args_parse() 265 .map = &flow_items[0], in args_parse() 271 .map = &flow_items[0], in args_parse() [all …]
|
| H A D | flow_gen.c | 41 uint64_t *flow_items, in generate_flow() argument 65 fill_items(items, flow_items, outer_ip_src); in generate_flow()
|
| H A D | items_gen.h | 15 void fill_items(struct rte_flow_item *items, uint64_t *flow_items,
|
| H A D | flow_gen.h | 30 uint64_t *flow_items,
|
| H A D | items_gen.c | 347 uint64_t *flow_items, uint32_t outer_ip_src) in fill_items() argument 427 if (flow_items[j] == 0) in fill_items() 430 if ((flow_items[j] & in fill_items()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.h | 145 int sfc_flow_parse_pattern(const struct sfc_flow_item *flow_items,
|
| H A D | sfc_flow.c | 1227 sfc_flow_parse_pattern(const struct sfc_flow_item *flow_items, in sfc_flow_parse_pattern() argument 1246 item = sfc_flow_get_item(flow_items, nb_flow_items, in sfc_flow_parse_pattern()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 251 struct rte_flow_item flow_items[elt_n]; in mlx5_flow_expand_rss() local 292 memset(flow_items, 0, sizeof(flow_items)); in mlx5_flow_expand_rss() 309 flow_items[0].type = missed_item.type; in mlx5_flow_expand_rss() 310 flow_items[1].type = RTE_FLOW_ITEM_TYPE_END; in mlx5_flow_expand_rss() 327 rte_memcpy(addr, flow_items, elt * sizeof(*item)); in mlx5_flow_expand_rss() 332 memset(flow_items, 0, sizeof(flow_items)); in mlx5_flow_expand_rss() 337 flow_items[stack_pos].type = node->type; in mlx5_flow_expand_rss() 363 rte_memcpy(addr, flow_items, n); in mlx5_flow_expand_rss() 395 flow_items[0].type = missed_item.type; in mlx5_flow_expand_rss() 396 flow_items[1].type = RTE_FLOW_ITEM_TYPE_END; in mlx5_flow_expand_rss() [all …]
|