Searched refs:other_priv (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 1951 struct sja1105_private *other_priv = other_ds->priv; in sja1105_crosschip_bridge_join() local 1966 other_priv->dsa_8021q_ctx, in sja1105_crosschip_bridge_join() 1971 rc = dsa_8021q_crosschip_bridge_join(other_priv->dsa_8021q_ctx, in sja1105_crosschip_bridge_join() 1988 struct sja1105_private *other_priv = other_ds->priv; in sja1105_crosschip_bridge_leave() local 2002 other_priv->dsa_8021q_ctx, in sja1105_crosschip_bridge_leave() 2005 dsa_8021q_crosschip_bridge_leave(other_priv->dsa_8021q_ctx, in sja1105_crosschip_bridge_leave() 2404 struct sja1105_private *other_priv = c->other_ctx->ds->priv; in sja1105_build_crosschip_subvlans() local 2406 if (other_priv->vlan_state == SJA1105_VLAN_FILTERING_FULL) in sja1105_build_crosschip_subvlans() 2418 list_for_each_entry(v, &other_priv->bridge_vlans, list) { in sja1105_build_crosschip_subvlans() 2474 struct sja1105_private *other_priv in sja1105_build_crosschip_subvlans() local 2590 struct sja1105_private *other_priv = s->other_ctx->ds->priv; sja1105_notify_crosschip_switches() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 267 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 344 struct mlx5e_priv *other_priv = netdev_priv(ndev); in mlx5_tc_ct_get_flow_source_match() local 348 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match() 349 uplink_rep = mlx5e_eswitch_uplink_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()
|
Completed in 11 milliseconds