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:LINK_STATUS
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H
A
D
xgene_enet_sgmac.h
22
#define
LINK_STATUS
BIT(2)
macro
H
A
D
xgene_enet_sgmac.c
295
if ((data & AUTO_NEG_COMPLETE) && (data &
LINK_STATUS
))
in xgene_sgmii_enable_autoneg()
299
if (!(data & AUTO_NEG_COMPLETE) || !(data &
LINK_STATUS
))
in xgene_sgmii_enable_autoneg()
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
H
A
D
xgene_enet_sgmac.h
22
#define
LINK_STATUS
BIT(2)
macro
H
A
D
xgene_enet_sgmac.c
295
if ((data & AUTO_NEG_COMPLETE) && (data &
LINK_STATUS
))
in xgene_sgmii_enable_autoneg()
299
if (!(data & AUTO_NEG_COMPLETE) || !(data &
LINK_STATUS
))
in xgene_sgmii_enable_autoneg()
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H
A
D
b53_serdes.h
74
#define
LINK_STATUS
BIT(1)
macro
H
A
D
b53_serdes.c
131
state->link = !!(dig &
LINK_STATUS
);
in b53_serdes_link_state()
/kernel/linux/linux-6.6/drivers/net/dsa/b53/
H
A
D
b53_serdes.h
74
#define
LINK_STATUS
BIT(1)
macro
H
A
D
b53_serdes.c
132
state->link = !!(dig &
LINK_STATUS
);
in b53_serdes_get_state()
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
H
A
D
pci-j721e.c
34
#define
LINK_STATUS
GENMASK(1, 0)
macro
149
reg &=
LINK_STATUS
;
in j721e_pcie_link_up()
/kernel/linux/linux-6.6/drivers/pci/controller/cadence/
H
A
D
pci-j721e.c
35
#define
LINK_STATUS
GENMASK(1, 0)
macro
151
reg &=
LINK_STATUS
;
in j721e_pcie_link_up()
/kernel/linux/linux-5.10/drivers/net/ethernet/moxa/
H
A
D
moxart_ether.h
292
#define
LINK_STATUS
0x4
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/moxa/
H
A
D
moxart_ether.h
292
#define
LINK_STATUS
0x4
macro
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
pegasus.h
47
#define
LINK_STATUS
0x01
macro
H
A
D
r8152.c
641
LINK_STATUS
= 0x02,
enumerator
5083
if (speed &
LINK_STATUS
) {
in set_carrier()
5420
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8153_init()
5542
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8153b_init()
5653
bool hw_linking = !!(rtl8152_get_speed(tp) &
LINK_STATUS
);
in delay_autosuspend()
5685
if (rtl8152_get_speed(tp) &
LINK_STATUS
) {
in rtl8152_runtime_resume()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
pegasus.h
47
#define
LINK_STATUS
0x01
macro
H
A
D
r8152.c
740
LINK_STATUS
= 0x02,
enumerator
744
#define is_speed_2500(_speed) (((_speed) & (_2500bps |
LINK_STATUS
)) == (_2500bps |
LINK_STATUS
))
6775
if (speed &
LINK_STATUS
) {
in set_carrier()
7116
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8153_init()
7230
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8153b_init()
7321
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8153c_init()
8191
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8156_init()
8325
if (rtl8152_get_speed(tp) &
LINK_STATUS
)
in r8156b_init()
8451
bool hw_linking = !!(rtl8152_get_speed(tp) &
LINK_STATUS
);
in delay_autosuspend()
[all...]
Completed in 27 milliseconds