Searched refs:MLX5_FLOW_ACTION_SAMPLE (Results 1 – 2 of 2) sorted by relevance
5611 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 …]
267 #define MLX5_FLOW_ACTION_SAMPLE (1ull << 36) macro