Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c82 struct mlx5ehdr *mlxh; in mlx5e_test_get_udp_skb() local
134 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() local
185 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()