Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c704 struct mlx5e_tc_update_priv tc_priv = {}; in mlx5e_rep_tc_receive() local
745 zone_restore_id, tunnel_id, &tc_priv)) in mlx5e_rep_tc_receive()
749 if (tc_priv.skb_done) in mlx5e_rep_tc_receive()
752 if (tc_priv.forward_tx) in mlx5e_rep_tc_receive()
757 dev_put(tc_priv.fwd_dev); in mlx5e_rep_tc_receive()
762 dev_put(tc_priv.fwd_dev); in mlx5e_rep_tc_receive()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5578 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_tunnel() argument
5672 tc_priv->fwd_dev = dev; in mlx5e_tc_restore_tunnel()
5681 u32 tunnel_id, struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_tc_meta() argument
5709 if (tc_priv) in mlx5e_tc_restore_skb_tc_meta()
5710 return mlx5e_tc_restore_tunnel(priv, skb, tc_priv, tunnel_id); in mlx5e_tc_restore_skb_tc_meta()
5717 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_sample() argument
5719 if (!mlx5e_tc_restore_tunnel(priv, skb, tc_priv, mapped_obj->sample.tunnel_id)) { in mlx5e_tc_restore_skb_sample()
5729 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_skb_int_port() argument
5739 return mlx5e_tc_restore_tunnel(priv, skb, tc_priv, tunnel_id); in mlx5e_tc_restore_skb_int_port()
5747 tc_priv->fwd_dev = skb->dev; in mlx5e_tc_restore_skb_int_port()
[all …]
H A Den_tc.h392 struct mlx5e_tc_update_priv *tc_priv);