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:active_duplex
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.c
1052
lp->
active_duplex
= current_duplex;
in link_status_1g_serdes()
1087
lp->
active_duplex
= current_duplex;
in link_status_10g_serdes()
1098
int supported, advertising, active_speed,
active_duplex
;
in link_status_mii()
local
1177
active_duplex
= DUPLEX_FULL;
in link_status_mii()
1179
active_duplex
= DUPLEX_HALF;
in link_status_mii()
1181
active_duplex
= DUPLEX_INVALID;
in link_status_mii()
1193
active_duplex
= DUPLEX_FULL;
in link_status_mii()
1195
active_duplex
= DUPLEX_HALF;
in link_status_mii()
1200
lp->
active_duplex
=
active_duplex
;
in link_status_mii()
[all...]
H
A
D
niu.h
3157
u8
active_duplex
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.c
1071
lp->
active_duplex
= current_duplex;
in link_status_1g_serdes()
1106
lp->
active_duplex
= current_duplex;
in link_status_10g_serdes()
1117
int supported, advertising, active_speed,
active_duplex
;
in link_status_mii()
local
1196
active_duplex
= DUPLEX_FULL;
in link_status_mii()
1198
active_duplex
= DUPLEX_HALF;
in link_status_mii()
1200
active_duplex
= DUPLEX_INVALID;
in link_status_mii()
1212
active_duplex
= DUPLEX_FULL;
in link_status_mii()
1214
active_duplex
= DUPLEX_HALF;
in link_status_mii()
1219
lp->
active_duplex
=
active_duplex
;
in link_status_mii()
[all...]
H
A
D
niu.h
3157
u8
active_duplex
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1887
(tp->link_config.
active_duplex
== DUPLEX_FULL ?
in tg3_link_report()
2075
phydev->duplex != tp->link_config.
active_duplex
||
in tg3_adjust_link()
2081
tp->link_config.
active_duplex
= phydev->duplex;
in tg3_adjust_link()
2398
tp->link_config.
active_duplex
== DUPLEX_FULL &&
in tg3_phy_eee_adjust()
4459
tp->link_config.
active_duplex
= tp->link_config.duplex;
in tg3_phy_copper_begin()
4655
if (tp->link_config.
active_duplex
== DUPLEX_FULL) {
in tg3_phy_copper_an_config_ok()
4928
tp->link_config.
active_duplex
= current_duplex;
in tg3_setup_copper_phy()
4958
tp->link_config.
active_duplex
== DUPLEX_FULL) {
in tg3_setup_copper_phy()
4986
tp->link_config.
active_duplex
= current_duplex;
in tg3_setup_copper_phy()
5028
if (tp->link_config.
active_duplex
in tg3_setup_copper_phy()
[all...]
H
A
D
tg3.h
2884
u8
active_duplex
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1881
(tp->link_config.
active_duplex
== DUPLEX_FULL ?
in tg3_link_report()
2069
phydev->duplex != tp->link_config.
active_duplex
||
in tg3_adjust_link()
2075
tp->link_config.
active_duplex
= phydev->duplex;
in tg3_adjust_link()
2392
tp->link_config.
active_duplex
== DUPLEX_FULL &&
in tg3_phy_eee_adjust()
4454
tp->link_config.
active_duplex
= tp->link_config.duplex;
in tg3_phy_copper_begin()
4650
if (tp->link_config.
active_duplex
== DUPLEX_FULL) {
in tg3_phy_copper_an_config_ok()
4923
tp->link_config.
active_duplex
= current_duplex;
in tg3_setup_copper_phy()
4953
tp->link_config.
active_duplex
== DUPLEX_FULL) {
in tg3_setup_copper_phy()
4981
tp->link_config.
active_duplex
= current_duplex;
in tg3_setup_copper_phy()
5023
if (tp->link_config.
active_duplex
in tg3_setup_copper_phy()
[all...]
H
A
D
tg3.h
2884
u8
active_duplex
;
member
Completed in 72 milliseconds