ZONE_TO_REG
| ZONE_TO_REG(val);
mlx5e_tc_match_to_reg_match(spec, ZONE_TO_REG, 0, MLX5_CT_ZONE_MASK);
mlx5e_tc_match_to_reg_match(spec, ZONE_TO_REG,
ZONE_TO_REG, zone);
mlx5e_tc_match_to_reg_match(spec, ZONE_TO_REG,
ct_priv->ns_type, ZONE_TO_REG, zone);
mlx5e_tc_match_to_reg_match(spec, ZONE_TO_REG, entry->tuple.zone, MLX5_CT_ZONE_MASK);
mlx5e_tc_match_to_reg_match(spec, ZONE_TO_REG, entry->tuple.zone, MLX5_CT_ZONE_MASK);
#define MLX5_CT_ZONE_BITS MLX5_REG_MAPPING_MBITS(ZONE_TO_REG)
#define MLX5_CT_ZONE_MASK MLX5_REG_MAPPING_MASK(ZONE_TO_REG)
[ZONE_TO_REG] = zone_to_reg_ct,