Home
last modified time | relevance | path

Searched refs:down_dev (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh224 local down_dev=$1; shift
236 ip link set dev $down_dev down
251 ip link set dev $down_dev up
H A Dmirror_gre_lag_lacp.sh215 local down_dev=$1; shift
227 ip link set dev $down_dev nomaster
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_tests.sh212 local down_dev=$1
216 oif $down_dev &> /dev/null
219 oif $down_dev &> /dev/null
230 grep $down_dev | grep -q "dead linkdown"
233 grep $down_dev | grep -q "dead linkdown"
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2586 struct b43legacy_wldev *down_dev; in b43legacy_switch_phymode() local
2603 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2605 prev_status = b43legacy_status(down_dev); in b43legacy_switch_phymode()
2608 b43legacy_wireless_core_stop(down_dev); in b43legacy_switch_phymode()
2610 b43legacy_wireless_core_exit(down_dev); in b43legacy_switch_phymode()
2612 if (down_dev != up_dev) in b43legacy_switch_phymode()
2615 b43legacy_put_phy_into_reset(down_dev); in b43legacy_switch_phymode()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c1510 if (adapter->if_ops.down_dev) in mwifiex_shutdown_sw()
1511 adapter->if_ops.down_dev(adapter); in mwifiex_shutdown_sw()
H A Dmain.h848 void (*down_dev)(struct mwifiex_adapter *); member
H A Dpcie.c3442 .down_dev = mwifiex_pcie_down_dev,
/openbmc/linux/net/ipv6/
H A Droute.c4818 const struct net_device *down_dev) in rt6_multipath_dead_count() argument
4823 if (rt->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()
4827 if (iter->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()