Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c669 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_restore_tunnel() argument
753 tc_priv->fwd_dev = dev; in mlx5e_restore_tunnel()
761 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_restore_skb_chain() argument
790 return mlx5e_restore_tunnel(priv, skb, tc_priv, tunnel_id); in mlx5e_restore_skb_chain()
793 static void mlx5_rep_tc_post_napi_receive(struct mlx5e_tc_update_priv *tc_priv) in mlx5_rep_tc_post_napi_receive() argument
795 if (tc_priv->fwd_dev) in mlx5_rep_tc_post_napi_receive()
796 dev_put(tc_priv->fwd_dev); in mlx5_rep_tc_post_napi_receive()
801 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_restore_skb_sample() argument
803 if (!mlx5e_restore_tunnel(priv, skb, tc_priv, mapped_obj->sample.tunnel_id)) { in mlx5e_restore_skb_sample()
809 mlx5_rep_tc_post_napi_receive(tc_priv); in mlx5e_restore_skb_sample()
[all …]