Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/
H A Dcoupled.c638 struct cpuidle_device *other_dev; in cpuidle_coupled_register_device() local
646 other_dev = per_cpu(cpuidle_devices, cpu); in cpuidle_coupled_register_device()
647 if (other_dev && other_dev->coupled) { in cpuidle_coupled_register_device()
648 coupled = other_dev->coupled; in cpuidle_coupled_register_device()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c75 struct net_device *other_dev; in dpaa2_switch_port_set_fdb()
87 netdev_for_each_lower_dev(upper_dev, other_dev, iter) { in dpaa2_switch_port_set_fdb()
88 if (!dpaa2_switch_port_dev_check(other_dev)) in dpaa2_switch_port_set_fdb()
91 if (other_dev == port_priv->netdev) in dpaa2_switch_port_set_fdb()
94 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_port_set_fdb()
2202 struct net_device *other_dev; in dpaa2_switch_port_prechangeupper()
2218 netdev_for_each_lower_dev(upper_dev, other_dev, iter) { in dpaa2_switch_port_prechangeupper()
2219 if (!dpaa2_switch_port_dev_check(other_dev)) in dpaa2_switch_port_prechangeupper()
2222 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_port_prechangeupper()
59 struct net_device *other_dev; dpaa2_switch_port_set_fdb() local
2167 struct net_device *other_dev; dpaa2_switch_prechangeupper_sanity_checks() local
/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh660 local -A other_dev
661 other_dev=([veth1]=veth3 [veth3]=veth1)
713 local -A other_dev
714 other_dev=([veth1]=veth3 [veth3]=veth1)