Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c4159 int copied_n = 0; in flow_action_handles_translate() local
4165 if (copied_n == *indir_n) { in flow_action_handles_translate()
4170 rte_memcpy(&handle[copied_n].action, &actions[n].conf, in flow_action_handles_translate()
4172 handle[copied_n].index = n; in flow_action_handles_translate()
4173 copied_n++; in flow_action_handles_translate()
4176 *indir_n = copied_n; in flow_action_handles_translate()
4177 if (!copied_n) in flow_action_handles_translate()
4186 for (handle_end = handle + copied_n; handle < handle_end; handle++) { in flow_action_handles_translate()