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_aneg
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-mdio.c
1373
unsigned int
link_aneg
;
in xgbe_phy_status()
local
1383
link_aneg
= (pdata->phy.autoneg == AUTONEG_ENABLE);
in xgbe_phy_status()
1393
if (
link_aneg
&& !xgbe_phy_aneg_done(pdata)) {
in xgbe_phy_status()
1409
if (
link_aneg
)
in xgbe_phy_status()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-mdio.c
1393
unsigned int
link_aneg
;
in xgbe_phy_status()
local
1403
link_aneg
= (pdata->phy.autoneg == AUTONEG_ENABLE);
in xgbe_phy_status()
1413
if (
link_aneg
&& !xgbe_phy_aneg_done(pdata)) {
in xgbe_phy_status()
1429
if (
link_aneg
)
in xgbe_phy_status()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sungem.h
969
link_aneg
, /* Autoneg in progress */
enumerator
H
A
D
sungem.c
1323
gp->lstate =
link_aneg
;
in gem_begin_auto_negotiation()
1460
case
link_aneg
:
in gem_mdio_link_not_up()
H
A
D
cassini.c
738
cp->lstate =
link_aneg
;
in cas_begin_auto_negotiation()
756
cp->lstate =
link_aneg
;
in cas_begin_auto_negotiation()
1566
case
link_aneg
:
in cas_mdio_link_not_up()
H
A
D
cassini.h
2690
link_aneg
, /* Autoneg in progress */
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sungem.h
969
link_aneg
, /* Autoneg in progress */
enumerator
H
A
D
sungem.c
1323
gp->lstate =
link_aneg
;
in gem_begin_auto_negotiation()
1460
case
link_aneg
:
in gem_mdio_link_not_up()
H
A
D
cassini.c
737
cp->lstate =
link_aneg
;
in cas_begin_auto_negotiation()
755
cp->lstate =
link_aneg
;
in cas_begin_auto_negotiation()
1552
case
link_aneg
:
in cas_mdio_link_not_up()
H
A
D
cassini.h
2690
link_aneg
, /* Autoneg in progress */
enumerator
Completed in 38 milliseconds