Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c690 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5475 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()
5606 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_restore_skb_sample() argument
5618 struct mlx5e_tc_update_priv *tc_priv, in mlx5e_tc_restore_skb_int_port() argument
5636 tc_priv->fwd_dev = skb->dev; in mlx5e_tc_restore_skb_int_port()
5637 tc_priv->forward_tx = forward_tx; in mlx5e_tc_restore_skb_int_port()
5649 struct mlx5e_tc_update_priv *tc_priv) in mlx5e_tc_update_skb() argument
5667 tunnel_id, tc_priv); in mlx5e_tc_update_skb()
[all …]
H A Den_tc.h393 struct mlx5e_tc_update_priv *tc_priv);