Searched refs:tc_priv (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | tc.c | 690 struct mlx5e_tc_update_priv tc_priv = {}; in mlx5e_rep_tc_receive() local 731 zone_restore_id, tunnel_id, &tc_priv)) in mlx5e_rep_tc_receive() 735 if (tc_priv.skb_done) in mlx5e_rep_tc_receive() 738 if (tc_priv.forward_tx) in mlx5e_rep_tc_receive() 743 dev_put(tc_priv.fwd_dev); in mlx5e_rep_tc_receive() 748 dev_put(tc_priv.fwd_dev); in mlx5e_rep_tc_receive()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 5475 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_tunnel() argument 5561 tc_priv->fwd_dev = dev; in mlx5e_tc_restore_tunnel() 5570 u32 tunnel_id, struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_tc_meta() argument 5598 if (tc_priv) in mlx5e_tc_restore_skb_tc_meta() 5599 return mlx5e_tc_restore_tunnel(priv, skb, tc_priv, tunnel_id); in mlx5e_tc_restore_skb_tc_meta() 5606 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_sample() argument 5608 if (!mlx5e_tc_restore_tunnel(priv, skb, tc_priv, mapped_obj->sample.tunnel_id)) { in mlx5e_tc_restore_skb_sample() 5618 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_skb_int_port() argument 5628 return mlx5e_tc_restore_tunnel(priv, skb, tc_priv, tunnel_id); in mlx5e_tc_restore_skb_int_port() 5636 tc_priv->fwd_dev = skb->dev; in mlx5e_tc_restore_skb_int_port() [all …]
|
D | en_tc.h | 393 struct mlx5e_tc_update_priv *tc_priv);
|