Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1479 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_verbs_validate()
1494 (action_flags & ~(MLX5_FLOW_ACTION_DROP | MLX5_FLOW_ACTION_COUNT))) in flow_verbs_validate()
1763 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_verbs_translate()
H A Dmlx5_flow.h236 #define MLX5_FLOW_ACTION_COUNT (1u << 5) macro
H A Dmlx5_flow_dv.c3309 if (action_flags & MLX5_FLOW_ACTION_COUNT) in flow_dv_validate_action_count()
5691 sub_action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_validate_action_sample()
5692 *action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_validate_action_sample()
7468 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_validate()
7943 (action_flags & ~(MLX5_FLOW_ACTION_DROP | MLX5_FLOW_ACTION_COUNT))) in flow_dv_validate()
11941 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_translate_action_sample()
13201 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_translate()
13214 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_translate()
13579 if (action_flags & MLX5_FLOW_ACTION_COUNT) { in flow_dv_translate()