l3_val            238 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	struct ethtool_usrip4_spec *l3_val  = &fs->h_u.usr_ip4_spec;
l3_val            240 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	set_ip4(headers_c, headers_v, l3_mask->ip4src, l3_val->ip4src,
l3_val            241 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		l3_mask->ip4dst, l3_val->ip4dst);
l3_val            245 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		MLX5E_FTE_SET(headers_v, ip_protocol, l3_val->proto);
l3_val            253 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	struct ethtool_usrip6_spec *l3_val  = &fs->h_u.usr_ip6_spec;
l3_val            256 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		l3_val->ip6src, l3_mask->ip6dst, l3_val->ip6dst);
l3_val            260 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		MLX5E_FTE_SET(headers_v, ip_protocol, l3_val->l4_proto);