Searched refs:down_dev (Results 1 – 8 of 8) sorted by relevance
222 local down_dev=$1; shift234 ip link set dev $down_dev down249 ip link set dev $down_dev up
215 local down_dev=$1; shift227 ip link set dev $down_dev nomaster
208 local down_dev=$1212 oif $down_dev &> /dev/null215 oif $down_dev &> /dev/null226 grep $down_dev | grep -q "dead linkdown"229 grep $down_dev | grep -q "dead linkdown"
2585 struct b43legacy_wldev *down_dev; in b43legacy_switch_phymode() local2602 down_dev = wl->current_dev; in b43legacy_switch_phymode()2604 prev_status = b43legacy_status(down_dev); in b43legacy_switch_phymode()2607 b43legacy_wireless_core_stop(down_dev); in b43legacy_switch_phymode()2609 b43legacy_wireless_core_exit(down_dev); in b43legacy_switch_phymode()2611 if (down_dev != up_dev) in b43legacy_switch_phymode()2614 b43legacy_put_phy_into_reset(down_dev); in b43legacy_switch_phymode()
1479 if (adapter->if_ops.down_dev) in mwifiex_shutdown_sw()1480 adapter->if_ops.down_dev(adapter); in mwifiex_shutdown_sw()
867 void (*down_dev)(struct mwifiex_adapter *); member
3436 .down_dev = mwifiex_pcie_down_dev,
4715 const struct net_device *down_dev) in rt6_multipath_dead_count() argument4720 if (rt->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()4724 if (iter->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()