Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5575 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_tunnel() argument
5669 tc_priv->fwd_dev = dev; in mlx5e_tc_restore_tunnel()
5678 u32 tunnel_id, struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_tc_meta() argument
5706 if (tc_priv) in mlx5e_tc_restore_skb_tc_meta()
5714 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_sample() argument
5726 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_skb_int_port() argument
5744 tc_priv->fwd_dev = skb->dev; in mlx5e_tc_restore_skb_int_port()
5745 tc_priv->forward_tx = forward_tx; in mlx5e_tc_restore_skb_int_port()
5757 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_update_skb() argument
5775 tunnel_id, tc_priv); in mlx5e_tc_update_skb()
[all …]
H A Den_tc.h392 struct mlx5e_tc_update_priv *tc_priv);