Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c267 struct ocelot_port_private *other_priv; in ocelot_setup_tc_cls_matchall_mirred() local
287 other_priv = netdev_priv(a->dev); in ocelot_setup_tc_cls_matchall_mirred()
290 other_priv->port.index, ingress, extack); in ocelot_setup_tc_cls_matchall_mirred()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c354 struct mlx5e_priv *other_priv = netdev_priv(ndev); in mlx5_tc_ct_get_flow_source_match() local
358 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()
359 uplink_rep = mlx5e_eswitch_uplink_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()
/linux/net/sched/
H A Dsch_cake.c2019 struct cake_sched_data *other_priv; in cake_dequeue() local
2028 other_priv = qdisc_priv(other_sch); in cake_dequeue()
2030 if (other_priv == q) in cake_dequeue()
2034 other_last_active = READ_ONCE(other_priv->last_active); in cake_dequeue()