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:fec_options
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_common.h
110
enum ice_fec_mode ice_caps_to_fec_mode(u8 caps, u8
fec_options
);
H
A
D
ice_type.h
342
u8
fec_options
;
member
H
A
D
ice_common.c
2751
* @
fec_options
: Link FEC options
2755
enum ice_fec_mode ice_caps_to_fec_mode(u8 caps, u8
fec_options
)
in ice_caps_to_fec_mode()
argument
2760
if (
fec_options
& (ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN |
in ice_caps_to_fec_mode()
2766
if (
fec_options
& (ICE_AQC_PHY_FEC_25G_RS_528_REQ |
in ice_caps_to_fec_mode()
3041
cfg->link_fec_opt = tlv.
fec_options
;
in ice_cfg_phy_fec()
4330
ldo->
fec_options
= buf & ICE_LINK_OVERRIDE_FEC_OPT_M;
in ice_get_link_default_override()
H
A
D
ice_main.c
1786
cfg->link_fec_opt = ldo->
fec_options
;
in ice_init_phy_cfg_dflt_override()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_common.h
119
enum ice_fec_mode ice_caps_to_fec_mode(u8 caps, u8
fec_options
);
H
A
D
ice_common.c
3340
* @
fec_options
: Link FEC options
3344
enum ice_fec_mode ice_caps_to_fec_mode(u8 caps, u8
fec_options
)
in ice_caps_to_fec_mode()
argument
3349
if (
fec_options
& (ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN |
in ice_caps_to_fec_mode()
3355
if (
fec_options
& (ICE_AQC_PHY_FEC_25G_RS_528_REQ |
in ice_caps_to_fec_mode()
3626
cfg->link_fec_opt = tlv.
fec_options
;
in ice_cfg_phy_fec()
5482
ldo->
fec_options
= buf & ICE_LINK_OVERRIDE_FEC_OPT_M;
in ice_get_link_default_override()
H
A
D
ice_type.h
502
u8
fec_options
;
member
H
A
D
ice_main.c
2050
cfg->link_fec_opt = ldo->
fec_options
;
in ice_init_phy_cfg_dflt_override()
Completed in 34 milliseconds