Home
last modified time | relevance | path

Searched refs:mlxh (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c83 struct mlx5ehdr *mlxh; in mlx5e_test_get_udp_skb() local
135 mlxh = skb_put(skb, sizeof(*mlxh)); in mlx5e_test_get_udp_skb()
136 mlxh->version = 0; in mlx5e_test_get_udp_skb()
137 mlxh->magic = cpu_to_be64(MLX5E_TEST_MAGIC); in mlx5e_test_get_udp_skb()
164 struct mlx5ehdr *mlxh; in mlx5e_test_loopback_validate() local
186 mlxh = (struct mlx5ehdr *)((char *)udph + sizeof(*udph)); in mlx5e_test_loopback_validate()
187 if (mlxh->magic != cpu_to_be64(MLX5E_TEST_MAGIC)) in mlx5e_test_loopback_validate()