Searched refs:tc_priv (Results 1 – 3 of 3) sorted by relevance
39 struct mlx5e_tc_update_priv *tc_priv);40 void mlx5_rep_tc_post_napi_receive(struct mlx5e_tc_update_priv *tc_priv);71 struct mlx5e_tc_update_priv *tc_priv) { return true; } in mlx5e_rep_tc_update_skb() argument73 mlx5_rep_tc_post_napi_receive(struct mlx5e_tc_update_priv *tc_priv) {} in mlx5_rep_tc_post_napi_receive() argument
513 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_restore_tunnel() argument597 tc_priv->tun_dev = dev; in mlx5e_restore_tunnel()607 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_rep_tc_update_skb() argument661 return mlx5e_restore_tunnel(priv, skb, tc_priv, tunnel_id); in mlx5e_rep_tc_update_skb()667 void mlx5_rep_tc_post_napi_receive(struct mlx5e_tc_update_priv *tc_priv) in mlx5_rep_tc_post_napi_receive() argument669 if (tc_priv->tun_dev) in mlx5_rep_tc_post_napi_receive()670 dev_put(tc_priv->tun_dev); in mlx5_rep_tc_post_napi_receive()
1282 struct mlx5e_tc_update_priv tc_priv = {}; in mlx5e_handle_rx_cqe_rep() local1319 !mlx5e_rep_tc_update_skb(cqe, skb, &tc_priv))) { in mlx5e_handle_rx_cqe_rep()1326 mlx5_rep_tc_post_napi_receive(&tc_priv); in mlx5e_handle_rx_cqe_rep()1343 struct mlx5e_tc_update_priv tc_priv = {}; in mlx5e_handle_rx_cqe_mpwrq_rep() local1377 !mlx5e_rep_tc_update_skb(cqe, skb, &tc_priv))) { in mlx5e_handle_rx_cqe_mpwrq_rep()1384 mlx5_rep_tc_post_napi_receive(&tc_priv); in mlx5e_handle_rx_cqe_mpwrq_rep()