Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:down_dev
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
mirror_gre_bridge_1q_lag.sh
222
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
D
mirror_gre_lag_lacp.sh
215
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
D
mirror_gre_bridge_1q_lag.sh
224
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
D
mirror_gre_lag_lacp.sh
215
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
D
fib_tests.sh
208
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
D
fib_tests.sh
212
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
D
main.c
2585
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
D
main.c
2586
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
D
main.c
1479
if (adapter->if_ops.
down_dev
)
in mwifiex_shutdown_sw()
1480
adapter->if_ops.
down_dev
(adapter);
in mwifiex_shutdown_sw()
H
A
D
main.h
867
void (*
down_dev
)(struct mwifiex_adapter *);
member
H
A
D
pcie.c
3445
.
down_dev
= mwifiex_pcie_down_dev,
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
main.c
1510
if (adapter->if_ops.
down_dev
)
in mwifiex_shutdown_sw()
1511
adapter->if_ops.
down_dev
(adapter);
in mwifiex_shutdown_sw()
H
A
D
main.h
848
void (*
down_dev
)(struct mwifiex_adapter *);
member
H
A
D
pcie.c
3442
.
down_dev
= mwifiex_pcie_down_dev,
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
4719
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
D
route.c
4806
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 65 milliseconds