Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h87 struct mapping_ctx *tunnel_enc_opts_mapping; member
H A Den_tc.c2037 err = mapping_add(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_get_flow_tunnel_id()
2066 mapping_remove(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_get_flow_tunnel_id()
2088 mapping_remove(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_put_flow_tunnel_id()
5426 uplink_priv->tunnel_enc_opts_mapping = mapping; in mlx5e_tc_esw_init()
5435 mapping_destroy(uplink_priv->tunnel_enc_opts_mapping); in mlx5e_tc_esw_init()
5454 mapping_destroy(uplink_priv->tunnel_enc_opts_mapping); in mlx5e_tc_esw_cleanup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c545 err = mapping_find(uplink_priv->tunnel_enc_opts_mapping, in mlx5e_restore_tunnel()