Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_selftest.c116 struct mlx5ehdr *mlxh; in mlx5e_test_get_udp_skb() local
170 mlxh = skb_put(skb, sizeof(*mlxh)); in mlx5e_test_get_udp_skb()
171 mlxh->version = 0; in mlx5e_test_get_udp_skb()
172 mlxh->magic = cpu_to_be64(MLX5E_TEST_MAGIC); in mlx5e_test_get_udp_skb()
173 strlcpy(mlxh->text, mlx5e_test_text, sizeof(mlxh->text)); in mlx5e_test_get_udp_skb()
174 datalen -= sizeof(*mlxh); in mlx5e_test_get_udp_skb()
202 struct mlx5ehdr *mlxh; in mlx5e_test_loopback_validate() local
224 mlxh = (struct mlx5ehdr *)((char *)udph + sizeof(*udph)); in mlx5e_test_loopback_validate()
225 if (mlxh->magic != cpu_to_be64(MLX5E_TEST_MAGIC)) in mlx5e_test_loopback_validate()