Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_net.c276 struct ocelot_port_private *other_priv; in ocelot_setup_tc_cls_matchall_mirred() local
296 other_priv = netdev_priv(a->dev); in ocelot_setup_tc_cls_matchall_mirred()
299 other_priv->port.index, ingress, extack); in ocelot_setup_tc_cls_matchall_mirred()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c349 struct mlx5e_priv *other_priv = netdev_priv(ndev); in mlx5_tc_ct_get_flow_source_match() local
353 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()
354 uplink_rep = mlx5e_eswitch_uplink_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()