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_type
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_ethtool.c
227
if (idev->port_info->config.
fec_type
== IONIC_PORT_FEC_TYPE_FC)
in ionic_get_link_ksettings()
229
else if (idev->port_info->config.
fec_type
== IONIC_PORT_FEC_TYPE_RS)
in ionic_get_link_ksettings()
347
switch (lif->ionic->idev.port_info->config.
fec_type
) {
in ionic_get_fecparam()
368
u8
fec_type
;
in ionic_set_fecparam()
local
378
fec_type
= IONIC_PORT_FEC_TYPE_NONE;
in ionic_set_fecparam()
381
fec_type
= IONIC_PORT_FEC_TYPE_NONE;
in ionic_set_fecparam()
384
fec_type
= IONIC_PORT_FEC_TYPE_RS;
in ionic_set_fecparam()
387
fec_type
= IONIC_PORT_FEC_TYPE_FC;
in ionic_set_fecparam()
396
if (
fec_type
!= lif->ionic->idev.port_info->config.
fec_type
) {
in ionic_set_fecparam()
[all...]
H
A
D
ionic_dev.c
307
void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8
fec_type
)
in ionic_dev_cmd_port_fec()
argument
313
.port_setattr.
fec_type
=
fec_type
,
in ionic_dev_cmd_port_fec()
H
A
D
ionic_if.h
1208
* @
fec_type
: fec type (enum ionic_port_fec_type)
1224
u8
fec_type
;
member
1241
* @
fec_type
: fec type (enum ionic_port_fec_type)
1249
u8
fec_type
;
member
1360
* @
fec_type
: Port FEC type setting
1375
u8
fec_type
;
member
1414
* @
fec_type
: Port FEC type setting
1427
u8
fec_type
;
member
2462
* @
fec_type
: supported fec types
2476
u8
fec_type
[
member
[all...]
H
A
D
ionic_dev.h
305
void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8
fec_type
);
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_ethtool.c
230
if (idev->port_info->config.
fec_type
== IONIC_PORT_FEC_TYPE_FC)
in ionic_get_link_ksettings()
232
else if (idev->port_info->config.
fec_type
== IONIC_PORT_FEC_TYPE_RS)
in ionic_get_link_ksettings()
354
switch (lif->ionic->idev.port_info->config.
fec_type
) {
in ionic_get_fecparam()
375
u8
fec_type
;
in ionic_set_fecparam()
local
388
fec_type
= IONIC_PORT_FEC_TYPE_NONE;
in ionic_set_fecparam()
391
fec_type
= IONIC_PORT_FEC_TYPE_NONE;
in ionic_set_fecparam()
394
fec_type
= IONIC_PORT_FEC_TYPE_RS;
in ionic_set_fecparam()
397
fec_type
= IONIC_PORT_FEC_TYPE_FC;
in ionic_set_fecparam()
406
if (
fec_type
!= lif->ionic->idev.port_info->config.
fec_type
) {
in ionic_set_fecparam()
[all...]
H
A
D
ionic_dev.c
428
void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8
fec_type
)
in ionic_dev_cmd_port_fec()
argument
434
.port_setattr.
fec_type
=
fec_type
,
in ionic_dev_cmd_port_fec()
H
A
D
ionic_if.h
1351
* @
fec_type
: fec type (enum ionic_port_fec_type)
1367
u8
fec_type
;
member
1384
* @
fec_type
: fec type (enum ionic_port_fec_type)
1392
u8
fec_type
;
member
1517
* @
fec_type
: Port FEC type setting
1532
u8
fec_type
;
member
1571
* @
fec_type
: Port FEC type setting
1584
u8
fec_type
;
member
2680
* @
fec_type
: supported fec types
2694
u8
fec_type
[
member
[all...]
H
A
D
ionic_dev.h
339
void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8
fec_type
);
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
mbox.h
589
enum
fec_type
{
enum
Completed in 23 milliseconds