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:an_result
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-mdio.c
636
pdata->
an_result
= XGBE_AN_READY;
in xgbe_an73_incompat_link()
814
pdata->
an_result
= pdata->an_state;
in xgbe_an37_state_machine()
821
xgbe_state_as_string(pdata->
an_result
));
in xgbe_an37_state_machine()
897
pdata->
an_result
= pdata->an_state;
in xgbe_an73_state_machine()
907
xgbe_state_as_string(pdata->
an_result
));
in xgbe_an73_state_machine()
1253
pdata->
an_result
= XGBE_AN_READY;
in __xgbe_phy_config_aneg()
1287
return (pdata->
an_result
== XGBE_AN_COMPLETE);
in xgbe_phy_aneg_done()
1312
if (pdata->
an_result
== XGBE_AN_COMPLETE)
in xgbe_check_link_timeout()
H
A
D
xgbe.h
1247
enum xgbe_an
an_result
;
member
H
A
D
xgbe-phy-v2.c
3009
switch (pdata->
an_result
) {
in xgbe_phy_an_post()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-mdio.c
648
pdata->
an_result
= XGBE_AN_READY;
in xgbe_an73_incompat_link()
826
pdata->
an_result
= pdata->an_state;
in xgbe_an37_state_machine()
833
xgbe_state_as_string(pdata->
an_result
));
in xgbe_an37_state_machine()
909
pdata->
an_result
= pdata->an_state;
in xgbe_an73_state_machine()
919
xgbe_state_as_string(pdata->
an_result
));
in xgbe_an73_state_machine()
1270
pdata->
an_result
= XGBE_AN_READY;
in __xgbe_phy_config_aneg()
1304
return (pdata->
an_result
== XGBE_AN_COMPLETE);
in xgbe_phy_aneg_done()
1329
if (pdata->
an_result
== XGBE_AN_COMPLETE)
in xgbe_check_link_timeout()
H
A
D
xgbe.h
1280
enum xgbe_an
an_result
;
member
H
A
D
xgbe-phy-v2.c
3324
switch (pdata->
an_result
) {
in xgbe_phy_an_post()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
944
u64 pcs_link,
an_result
;
in bgx_poll_for_sgmii_link()
local
964
an_result
= bgx_reg_read(lmac->bgx, lmac->lmacid,
in bgx_poll_for_sgmii_link()
967
speed = (
an_result
>> 3) & 0x3;
in bgx_poll_for_sgmii_link()
968
lmac->last_duplex = (
an_result
>> 1) & 0x1;
in bgx_poll_for_sgmii_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
941
u64 pcs_link,
an_result
;
in bgx_poll_for_sgmii_link()
local
961
an_result
= bgx_reg_read(lmac->bgx, lmac->lmacid,
in bgx_poll_for_sgmii_link()
964
speed = (
an_result
>> 3) & 0x3;
in bgx_poll_for_sgmii_link()
965
lmac->last_duplex = (
an_result
>> 1) & 0x1;
in bgx_poll_for_sgmii_link()
Completed in 23 milliseconds