Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.h24 struct mlx5e_encap_key { struct
52 bool (*encap_info_equal)(struct mlx5e_encap_key *a,
53 struct mlx5e_encap_key *b);
115 bool mlx5e_tc_tun_encap_info_equal_generic(struct mlx5e_encap_key *a,
116 struct mlx5e_encap_key *b);
118 bool mlx5e_tc_tun_encap_info_equal_options(struct mlx5e_encap_key *a,
119 struct mlx5e_encap_key *b,
Dtc_tun_vxlan.c208 static bool mlx5e_tc_tun_encap_info_equal_vxlan(struct mlx5e_encap_key *a, in mlx5e_tc_tun_encap_info_equal_vxlan()
209 struct mlx5e_encap_key *b) in mlx5e_tc_tun_encap_info_equal_vxlan()
Dtc_tun_geneve.c337 static bool mlx5e_tc_tun_encap_info_equal_geneve(struct mlx5e_encap_key *a, in mlx5e_tc_tun_encap_info_equal_geneve()
338 struct mlx5e_encap_key *b) in mlx5e_tc_tun_encap_info_equal_geneve()
Dtc_tun_encap.c581 bool mlx5e_tc_tun_encap_info_equal_generic(struct mlx5e_encap_key *a, in mlx5e_tc_tun_encap_info_equal_generic()
582 struct mlx5e_encap_key *b) in mlx5e_tc_tun_encap_info_equal_generic()
588 bool mlx5e_tc_tun_encap_info_equal_options(struct mlx5e_encap_key *a, in mlx5e_tc_tun_encap_info_equal_options()
589 struct mlx5e_encap_key *b, in mlx5e_tc_tun_encap_info_equal_options()
625 static int hash_encap_info(struct mlx5e_encap_key *key) in hash_encap_info()
647 mlx5e_encap_get(struct mlx5e_priv *priv, struct mlx5e_encap_key *key, in mlx5e_encap_get()
651 struct mlx5e_encap_key e_key; in mlx5e_encap_get()
827 struct mlx5e_encap_key key; in mlx5e_attach_encap()