Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c3313 if (shared && (action_flags & MLX5_FLOW_ACTION_AGE) && in flow_dv_validate_action_count()
3572 (action_flags & MLX5_FLOW_ACTION_AGE)) in flow_dv_validate_action_aso_ct()
5333 if (action_flags & MLX5_FLOW_ACTION_AGE) in flow_dv_validate_action_age()
7763 if (action_flags & MLX5_FLOW_ACTION_AGE) in flow_dv_validate()
7769 action_flags |= MLX5_FLOW_ACTION_AGE; in flow_dv_validate()
7797 action_flags |= MLX5_FLOW_ACTION_AGE; in flow_dv_validate()
8077 (action_flags & MLX5_FLOW_ACTION_AGE && in flow_dv_validate()
13173 action_flags |= MLX5_FLOW_ACTION_AGE; in flow_dv_translate()
13178 action_flags |= MLX5_FLOW_ACTION_AGE; in flow_dv_translate()
13546 if (action_flags & MLX5_FLOW_ACTION_AGE) { in flow_dv_translate()
H A Dmlx5_flow.h265 #define MLX5_FLOW_ACTION_AGE (1ull << 34) macro