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_SPEED
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ethtool.h
15
#define ICE_PHY_TYPE(
LINK_SPEED
, ETHTOOL_LINK_MODE) {\
16
.aq_link_speed = ICE_AQ_LINK_SPEED_##
LINK_SPEED
, \
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H
A
D
xgene_enet_sgmac.h
15
#define
LINK_SPEED
(src) (((src) & GENMASK(11, 10)) >> 10)
macro
H
A
D
xgene_enet_sgmac.c
187
if (
LINK_SPEED
(data) == PHY_SPEED_1000)
in xgene_enet_link_status()
189
else if (
LINK_SPEED
(data) == PHY_SPEED_100)
in xgene_enet_link_status()
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
H
A
D
xgene_enet_sgmac.h
15
#define
LINK_SPEED
(src) (((src) & GENMASK(11, 10)) >> 10)
macro
H
A
D
xgene_enet_sgmac.c
187
if (
LINK_SPEED
(data) == PHY_SPEED_1000)
in xgene_enet_link_status()
189
else if (
LINK_SPEED
(data) == PHY_SPEED_100)
in xgene_enet_link_status()
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-rcar.h
78
#define
LINK_SPEED
(0xf << 16)
macro
H
A
D
pcie-rcar-host.c
211
if ((rcar_pci_read_reg(pcie, MACS2R) &
LINK_SPEED
) != LINK_SPEED_5_0GTS)
in rcar_pcie_force_speedup()
220
if ((macsr &
LINK_SPEED
) == LINK_SPEED_5_0GTS)
in rcar_pcie_force_speedup()
256
(macsr &
LINK_SPEED
) == LINK_SPEED_5_0GTS ? "5" : "2.5");
in rcar_pcie_force_speedup()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-rcar.h
78
#define
LINK_SPEED
(0xf << 16)
macro
H
A
D
pcie-rcar-host.c
298
if ((rcar_pci_read_reg(pcie, MACS2R) &
LINK_SPEED
) != LINK_SPEED_5_0GTS)
in rcar_pcie_force_speedup()
307
if ((macsr &
LINK_SPEED
) == LINK_SPEED_5_0GTS)
in rcar_pcie_force_speedup()
343
(macsr &
LINK_SPEED
) == LINK_SPEED_5_0GTS ? "5" : "2.5");
in rcar_pcie_force_speedup()
Completed in 6 milliseconds