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:lane_to_sds
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
51
u8
lane_to_sds
;
member
1206
(lmac->lmac_type << 8) | lmac->
lane_to_sds
);
in bgx_init_hw()
1288
lmac->
lane_to_sds
= lmac->lmacid;
in lmac_set_lane2sds()
1293
lmac->
lane_to_sds
= 0xE4;
in lmac_set_lane2sds()
1296
lmac->
lane_to_sds
= (lmac->lmacid) ? 0xE : 0x4;
in lmac_set_lane2sds()
1304
lmac->
lane_to_sds
= bgx_get_lane2sds_cfg(bgx, lmac);
in lmac_set_lane2sds()
1307
lmac->
lane_to_sds
= 0;
in lmac_set_lane2sds()
1329
u8
lane_to_sds
;
in bgx_set_lmac_config()
local
1353
lane_to_sds
= (u8)(cmr_cfg & 0xFF);
in bgx_set_lmac_config()
1355
if ((lmac_type == 0) && (
lane_to_sds
in bgx_set_lmac_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
51
u8
lane_to_sds
;
member
1202
(lmac->lmac_type << 8) | lmac->
lane_to_sds
);
in bgx_init_hw()
1284
lmac->
lane_to_sds
= lmac->lmacid;
in lmac_set_lane2sds()
1289
lmac->
lane_to_sds
= 0xE4;
in lmac_set_lane2sds()
1292
lmac->
lane_to_sds
= (lmac->lmacid) ? 0xE : 0x4;
in lmac_set_lane2sds()
1300
lmac->
lane_to_sds
= bgx_get_lane2sds_cfg(bgx, lmac);
in lmac_set_lane2sds()
1303
lmac->
lane_to_sds
= 0;
in lmac_set_lane2sds()
1325
u8
lane_to_sds
;
in bgx_set_lmac_config()
local
1349
lane_to_sds
= (u8)(cmr_cfg & 0xFF);
in bgx_set_lmac_config()
1351
if ((lmac_type == 0) && (
lane_to_sds
in bgx_set_lmac_config()
[all...]
Completed in 5 milliseconds