| 1086 | } |
| 1087 | |
| 1088 | static inline bool |
| 1089 | is_flow_tunnel_match_rule(enum mlx5_tof_rule_type tof_rule_type) |
| 1090 | { |
| 1091 | return tof_rule_type == MLX5_TUNNEL_OFFLOAD_MATCH_RULE; |
| 1092 | } |
| 1093 | |
| 1094 | static inline bool |
| 1095 | is_flow_tunnel_steer_rule(enum mlx5_tof_rule_type tof_rule_type) |