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:adv_cfg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H
A
D
ethtool.c
144
if (hw->
adv_cfg
& ADVERTISED_Autoneg)
in alx_get_link_ksettings()
145
advertising |= hw->
adv_cfg
;
in alx_get_link_ksettings()
150
if (hw->
adv_cfg
& ADVERTISED_Autoneg)
in alx_get_link_ksettings()
155
if (hw->flowctrl & ALX_FC_ANEG && hw->
adv_cfg
& ADVERTISED_Autoneg) {
in alx_get_link_ksettings()
182
u32
adv_cfg
;
in alx_set_link_ksettings()
local
193
adv_cfg
= advertising | ADVERTISED_Autoneg;
in alx_set_link_ksettings()
195
adv_cfg
= alx_speed_to_ethadv(cmd->base.speed,
in alx_set_link_ksettings()
198
if (!
adv_cfg
||
adv_cfg
== ADVERTISED_1000baseT_Full)
in alx_set_link_ksettings()
202
hw->
adv_cfg
in alx_set_link_ksettings()
[all...]
H
A
D
hw.h
488
u32
adv_cfg
;
member
H
A
D
main.c
1078
hw->
adv_cfg
= ADVERTISED_Autoneg |
in alx_init_sw()
1789
err = alx_setup_speed_duplex(hw, hw->
adv_cfg
, hw->flowctrl);
in alx_probe()
H
A
D
hw.c
855
cfg = ethadv_to_hw_cfg(hw, hw->
adv_cfg
);
in alx_phy_configured()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H
A
D
ethtool.c
144
if (hw->
adv_cfg
& ADVERTISED_Autoneg)
in alx_get_link_ksettings()
145
advertising |= hw->
adv_cfg
;
in alx_get_link_ksettings()
150
if (hw->
adv_cfg
& ADVERTISED_Autoneg)
in alx_get_link_ksettings()
155
if (hw->flowctrl & ALX_FC_ANEG && hw->
adv_cfg
& ADVERTISED_Autoneg) {
in alx_get_link_ksettings()
184
u32
adv_cfg
;
in alx_set_link_ksettings()
local
194
adv_cfg
= advertising | ADVERTISED_Autoneg;
in alx_set_link_ksettings()
196
adv_cfg
= alx_speed_to_ethadv(cmd->base.speed,
in alx_set_link_ksettings()
199
if (!
adv_cfg
||
adv_cfg
== ADVERTISED_1000baseT_Full)
in alx_set_link_ksettings()
203
hw->
adv_cfg
in alx_set_link_ksettings()
[all...]
H
A
D
hw.h
488
u32
adv_cfg
;
member
H
A
D
main.c
1077
hw->
adv_cfg
= ADVERTISED_Autoneg |
in alx_init_sw()
1813
err = alx_setup_speed_duplex(hw, hw->
adv_cfg
, hw->flowctrl);
in alx_probe()
H
A
D
hw.c
855
cfg = ethadv_to_hw_cfg(hw, hw->
adv_cfg
);
in alx_phy_configured()
Completed in 11 milliseconds