Searched refs:other_dev (Results 1 – 3 of 3) sorted by relevance
638 struct cpuidle_device *other_dev; in cpuidle_coupled_register_device() local646 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()
59 struct net_device *other_dev; in dpaa2_switch_port_set_fdb() local93 netdev_for_each_lower_dev(bridge_dev, other_dev, iter) { in dpaa2_switch_port_set_fdb()94 if (!dpaa2_switch_port_dev_check(other_dev)) in dpaa2_switch_port_set_fdb()97 if (other_dev == port_priv->netdev) in dpaa2_switch_port_set_fdb()100 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_port_set_fdb()2152 struct net_device *other_dev; in dpaa2_switch_prechangeupper_sanity_checks() local2168 netdev_for_each_lower_dev(upper_dev, other_dev, iter) { in dpaa2_switch_prechangeupper_sanity_checks()2169 if (!dpaa2_switch_port_dev_check(other_dev)) in dpaa2_switch_prechangeupper_sanity_checks()2172 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_prechangeupper_sanity_checks()
618 local -A other_dev619 other_dev=([veth1]=veth3 [veth3]=veth1)671 local -A other_dev672 other_dev=([veth1]=veth3 [veth3]=veth1)
Completed in 23 milliseconds