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:PHY_LINK_UP
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
mv88e1xxx.c
317
cphy->state |=
PHY_LINK_UP
;
in mv88e1xxx_interrupt_handler()
319
cphy->state &= ~
PHY_LINK_UP
;
in mv88e1xxx_interrupt_handler()
329
if ((cphy->state & (
PHY_LINK_UP
| PHY_AUTONEG_RDY)) ==
in mv88e1xxx_interrupt_handler()
330
(
PHY_LINK_UP
| PHY_AUTONEG_RDY))
in mv88e1xxx_interrupt_handler()
H
A
D
cphy.h
60
PHY_LINK_UP
= 0x1,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
mv88e1xxx.c
317
cphy->state |=
PHY_LINK_UP
;
in mv88e1xxx_interrupt_handler()
319
cphy->state &= ~
PHY_LINK_UP
;
in mv88e1xxx_interrupt_handler()
329
if ((cphy->state & (
PHY_LINK_UP
| PHY_AUTONEG_RDY)) ==
in mv88e1xxx_interrupt_handler()
330
(
PHY_LINK_UP
| PHY_AUTONEG_RDY))
in mv88e1xxx_interrupt_handler()
H
A
D
cphy.h
51
PHY_LINK_UP
= 0x1,
enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/
H
A
D
jme.c
424
if (phylink &
PHY_LINK_UP
) {
in jme_check_link()
430
phylink =
PHY_LINK_UP
;
in jme_check_link()
1180
if (!(phylink &
PHY_LINK_UP
)) {
in jme_shutdown_nic()
1891
while (!(phylink &
PHY_LINK_UP
) && (to -= 10) > 0) {
in jme_wait_link()
2657
return jread32(jme, JME_PHY_LINK) &
PHY_LINK_UP
;
in jme_get_link()
H
A
D
jme.h
903
PHY_LINK_UP
= 0x00000400,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/
H
A
D
jme.c
425
if (phylink &
PHY_LINK_UP
) {
in jme_check_link()
431
phylink =
PHY_LINK_UP
;
in jme_check_link()
1175
if (!(phylink &
PHY_LINK_UP
)) {
in jme_shutdown_nic()
1884
while (!(phylink &
PHY_LINK_UP
) && (to -= 10) > 0) {
in jme_wait_link()
2646
return jread32(jme, JME_PHY_LINK) &
PHY_LINK_UP
;
in jme_get_link()
H
A
D
jme.h
901
PHY_LINK_UP
= 0x00000400,
enumerator
Completed in 14 milliseconds