Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c5611 if (*action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate_action_sample()
7388 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7402 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7478 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7491 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7501 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7512 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7536 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7584 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate()
7847 action_flags |= MLX5_FLOW_ACTION_SAMPLE; in flow_dv_validate()
[all …]
H A Dmlx5_flow.h267 #define MLX5_FLOW_ACTION_SAMPLE (1ull << 36) macro