Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c2760 if ((action_flags & MLX5_FLOW_ACTION_DECAP) && in flow_dv_validate_action_pop_vlan()
3410 MLX5_FLOW_ACTION_DECAP ? "can only " in flow_dv_validate_action_decap()
3510 *action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_validate_action_raw_encap_decap()
6940 MLX5_FLOW_ACTION_DECAP; in flow_dv_validate()
7538 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_validate()
13013 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_translate()
13283 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_translate()
13318 action_flags |= MLX5_FLOW_ACTION_DECAP; in flow_dv_translate()
13402 MLX5_FLOW_ACTION_DECAP), error)) in flow_dv_translate()
13413 MLX5_FLOW_ACTION_DECAP), error)) in flow_dv_translate()
[all …]
H A Dmlx5_flow.h254 #define MLX5_FLOW_ACTION_DECAP (1u << 23) macro
309 #define MLX5_FLOW_XCAP_ACTIONS (MLX5_FLOW_ACTION_ENCAP | MLX5_FLOW_ACTION_DECAP)
H A Dmlx5_flow.c4314 if (!(dev_flow->act_flags & MLX5_FLOW_ACTION_DECAP)) in flow_get_prefix_layer_flags()