Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h215 #define MLX5_FLOW_ACTION_SAMPLE (1ull << 36) macro
H A Dmlx5_flow_dv.c3615 if ((action_flags & MLX5_FLOW_ACTION_SAMPLE) && fdb_mirror) in flow_dv_validate_action_modify_hdr()
3951 if ((action_flags & MLX5_FLOW_ACTION_SAMPLE) && fdb_mirror) in flow_dv_validate_action_jump()
4368 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_validate_action_sample()
6009 action_flags |= MLX5_FLOW_ACTION_SAMPLE; in flow_dv_validate()
9964 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_translate()
9996 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) in flow_dv_translate()
10199 action_flags |= MLX5_FLOW_ACTION_SAMPLE; in flow_dv_translate()
10233 if (action_flags & MLX5_FLOW_ACTION_SAMPLE) { in flow_dv_translate()