Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h87 struct mapping_ctx *tunnel_enc_opts_mapping; member
Den_tc.c2144 err = mapping_add(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_get_flow_tunnel_id()
2173 mapping_remove(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_get_flow_tunnel_id()
2195 mapping_remove(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_put_flow_tunnel_id()
5139 uplink_priv->tunnel_enc_opts_mapping = mapping; in mlx5e_tc_esw_init()
5150 mapping_destroy(uplink_priv->tunnel_enc_opts_mapping); in mlx5e_tc_esw_init()
5167 mapping_destroy(uplink_priv->tunnel_enc_opts_mapping); in mlx5e_tc_esw_cleanup()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c701 err = mapping_find(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_restore_tunnel()