Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c2040 if ((action_flags & MLX5_FLOW_ACTION_DECAP) && in flow_dv_validate_action_pop_vlan()
2640 MLX5_FLOW_ACTION_DECAP ? "can only " in flow_dv_validate_action_decap()
2730 *action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_validate_action_raw_encap_decap()
5278 MLX5_FLOW_ACTION_DECAP; in flow_dv_validate()
5767 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_validate()
9720 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_translate()
9976 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_translate()
10011 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_translate()
10084 MLX5_FLOW_ACTION_DECAP), error)) in flow_dv_translate()
10095 MLX5_FLOW_ACTION_DECAP), error)) in flow_dv_translate()
[all …]
H A Dmlx5_flow.h202 #define MLX5_FLOW_ACTION_DECAP (1u << 23) macro
253 #define MLX5_FLOW_XCAP_ACTIONS (MLX5_FLOW_ACTION_ENCAP | MLX5_FLOW_ACTION_DECAP)
H A Dmlx5_flow.c3383 if (!(dev_flow->act_flags & MLX5_FLOW_ACTION_DECAP)) in flow_get_prefix_layer_flags()