Searched refs:mlxh (Results 1 – 1 of 1) sorted by relevance
82 struct mlx5ehdr *mlxh; in mlx5e_test_get_udp_skb() local134 mlxh = skb_put(skb, sizeof(*mlxh)); in mlx5e_test_get_udp_skb()135 mlxh->version = 0; in mlx5e_test_get_udp_skb()136 mlxh->magic = cpu_to_be64(MLX5E_TEST_MAGIC); in mlx5e_test_get_udp_skb()163 struct mlx5ehdr *mlxh; in mlx5e_test_loopback_validate() local185 mlxh = (struct mlx5ehdr *)((char *)udph + sizeof(*udph)); in mlx5e_test_loopback_validate()186 if (mlxh->magic != cpu_to_be64(MLX5E_TEST_MAGIC)) in mlx5e_test_loopback_validate()