Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5720 struct rte_flow_action *ext_actions, in flow_mreg_tx_copy_prep() argument
5727 (ext_actions + actions_n + 1); in flow_mreg_tx_copy_prep()
5739 memcpy(ext_actions, actions, sizeof(*ext_actions) * encap_idx); in flow_mreg_tx_copy_prep()
5746 ext_actions[actions_n] = (struct rte_flow_action){ in flow_mreg_tx_copy_prep()
5750 ext_actions[encap_idx] = (struct rte_flow_action){ in flow_mreg_tx_copy_prep()
5756 sizeof(*ext_actions) * (actions_n - encap_idx)); in flow_mreg_tx_copy_prep()
6153 struct rte_flow_action *ext_actions = NULL; in flow_create_split_metadata() local
6201 if (!ext_actions) in flow_create_split_metadata()
6228 if (!ext_actions) in flow_create_split_metadata()
6241 items, ext_actions ? ext_actions : in flow_create_split_metadata()
[all …]