Searched refs:l4_type_ext (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | fs_ttc.c | 473 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.l4_type_ext); in mlx5_create_ttc_table_ipsec_groups() 482 MLX5_SET(fte_match_param, mc, outer_headers.l4_type_ext, 0); in mlx5_create_ttc_table_ipsec_groups() 491 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.l4_type_ext); in mlx5_create_ttc_table_ipsec_groups() 501 MLX5_SET(fte_match_param, mc, inner_headers.l4_type_ext, 0); in mlx5_create_ttc_table_ipsec_groups() 980 u16 *etype, int *l4_type_ext, in mlx5_ttc_get_tt_attrs() argument 987 *l4_type_ext = MLX5_PACKET_L4_TYPE_EXT_TCP; in mlx5_ttc_get_tt_attrs() 993 *l4_type_ext = MLX5_PACKET_L4_TYPE_EXT_TCP; in mlx5_ttc_get_tt_attrs() 999 *l4_type_ext = MLX5_PACKET_L4_TYPE_EXT_UDP; in mlx5_ttc_get_tt_attrs() 1005 *l4_type_ext = MLX5_PACKET_L4_TYPE_EXT_UDP; in mlx5_ttc_get_tt_attrs() 1024 int l4_type_ext; in mlx5_ttc_create_ipsec_outer_rule() local [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.c | 730 HWS_IS_FLD_SET_SZ(match_param, outer_headers.l4_type_ext, 0x4) || in hws_definer_conv_outer() 907 HWS_IS_FLD_SET_SZ(match_param, inner_headers.l4_type_ext, 0x4) || in hws_definer_conv_inner()
|