Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1464 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_verbs_validate()
1479 (action_flags & ~(MLX5_FLOW_ACTION_DROP | MLX5_FLOW_ACTION_COUNT))) in flow_verbs_validate()
1746 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_verbs_translate()
H A Dmlx5_flow.h184 #define MLX5_FLOW_ACTION_COUNT (1u << 5) macro
H A Dmlx5_flow_dv.c4419 sub_action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_validate_action_sample()
5708 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_validate()
6084 (action_flags & ~(MLX5_FLOW_ACTION_DROP | MLX5_FLOW_ACTION_COUNT))) in flow_dv_validate()
9129 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_translate_action_sample()
9907 action_flags |= MLX5_FLOW_ACTION_COUNT; in flow_dv_translate()
10216 if (action_flags & MLX5_FLOW_ACTION_COUNT) { in flow_dv_translate()