Searched refs:tc_priv (Results 1 – 1 of 1) sorted by relevance
669 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_restore_tunnel() argument753 tc_priv->fwd_dev = dev; in mlx5e_restore_tunnel()761 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_restore_skb_chain() argument790 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() argument795 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() argument803 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 …]