Home
last modified time | relevance | path

Searched refs:down_dev (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh222 local down_dev=$1; shift
233 # Test connectivity through $up_dev when $down_dev is set down.
234 ip link set dev $down_dev down
249 ip link set dev $down_dev up
H A Dmirror_gre_lag_lacp.sh215 local down_dev=$1; shift
223 # Move $down_dev away from the team. That will prompt change in
227 ip link set dev $down_dev nomaster
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh224 local down_dev=$1; shift
235 # Test connectivity through $up_dev when $down_dev is set down.
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
223 # Move $down_dev away from the team. That will prompt change in
227 ip link set dev $down_dev nomaster
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_tests.sh208 local down_dev=$1
212 oif $down_dev &> /dev/null
215 oif $down_dev &> /dev/null
226 grep $down_dev | grep -q "dead linkdown"
229 grep $down_dev | grep -q "dead linkdown"
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2585 struct b43legacy_wldev *down_dev; in b43legacy_switch_phymode() local
2602 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c1479 if (adapter->if_ops.down_dev) in mwifiex_shutdown_sw()
1480 adapter->if_ops.down_dev(adapter); in mwifiex_shutdown_sw()
H A Dmain.h867 void (*down_dev)(struct mwifiex_adapter *); member
H A Dpcie.c3445 .down_dev = mwifiex_pcie_down_dev,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c4719 const struct net_device *down_dev) in rt6_multipath_dead_count()
4724 if (rt->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()
4728 if (iter->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()
4718 rt6_multipath_dead_count(const struct fib6_info *rt, const struct net_device *down_dev) rt6_multipath_dead_count() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c4806 const struct net_device *down_dev) in rt6_multipath_dead_count()
4811 if (rt->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()
4815 if (iter->fib6_nh->fib_nh_dev == down_dev || in rt6_multipath_dead_count()
4805 rt6_multipath_dead_count(const struct fib6_info *rt, const struct net_device *down_dev) rt6_multipath_dead_count() argument

Completed in 49 milliseconds