Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5940 int set_tag_idx = -1; in flow_sample_split_prep() local
5973 set_tag_idx = encap_idx; in flow_sample_split_prep()
5981 set_tag_idx = encap_idx; in flow_sample_split_prep()
5987 set_tag_idx = action_idx; in flow_sample_split_prep()
6012 } else if (add_tag && set_tag_idx >= 0) { in flow_sample_split_prep()
6013 if (set_tag_idx > 0) in flow_sample_split_prep()
6015 sizeof(struct rte_flow_action) * set_tag_idx); in flow_sample_split_prep()
6016 memcpy(actions_pre + set_tag_idx + 1, actions + set_tag_idx, in flow_sample_split_prep()
6018 (sample_action_pos - set_tag_idx)); in flow_sample_split_prep()
6073 set_tag_idx = (set_tag_idx == -1) ? index : set_tag_idx; in flow_sample_split_prep()
[all …]