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_BASER_RS
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
125
FEC_BASER_RS
= 1 << 2, /* BaseR/Reed-Solomon */
enumerator
H
A
D
t4vf_hw.c
357
CAP16_TO_CAP32(
FEC_BASER_RS
);
in fwcaps16_to_caps32()
387
cc_fec |=
FEC_BASER_RS
;
in fwcap_to_cc_fec()
H
A
D
cxgb4vf_main.c
1423
FW_CAPS_TO_LMM(
FEC_BASER_RS
, FEC_BASER);
in fw_caps_to_lmm()
1517
if (cc_fec &
FEC_BASER_RS
)
in cc_to_eth_fec()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
125
FEC_BASER_RS
= 1 << 2, /* BaseR/Reed-Solomon */
enumerator
H
A
D
t4vf_hw.c
358
CAP16_TO_CAP32(
FEC_BASER_RS
);
in fwcaps16_to_caps32()
388
cc_fec |=
FEC_BASER_RS
;
in fwcap_to_cc_fec()
H
A
D
cxgb4vf_main.c
1423
FW_CAPS_TO_LMM(
FEC_BASER_RS
, FEC_BASER);
in fw_caps_to_lmm()
1517
if (cc_fec &
FEC_BASER_RS
)
in cc_to_eth_fec()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.h
291
FEC_BASER_RS
= 1 << 2 /* BaseR/Reed-Solomon */
enumerator
H
A
D
csio_hw.c
1508
cc_fec |=
FEC_BASER_RS
;
in fwcap_to_cc_fec()
1531
if (cc_fec &
FEC_BASER_RS
)
in cc_to_fwcap_fec()
1595
CAP16_TO_CAP32(
FEC_BASER_RS
);
in fwcaps16_to_caps32()
1637
CAP32_TO_CAP16(
FEC_BASER_RS
);
in fwcaps32_to_caps16()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.h
291
FEC_BASER_RS
= 1 << 2 /* BaseR/Reed-Solomon */
enumerator
H
A
D
csio_hw.c
1508
cc_fec |=
FEC_BASER_RS
;
in fwcap_to_cc_fec()
1531
if (cc_fec &
FEC_BASER_RS
)
in cc_to_fwcap_fec()
1595
CAP16_TO_CAP32(
FEC_BASER_RS
);
in fwcaps16_to_caps32()
1637
CAP32_TO_CAP16(
FEC_BASER_RS
);
in fwcaps32_to_caps16()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_ethtool.c
617
FW_CAPS_TO_LMM(
FEC_BASER_RS
, FEC_BASER);
in fw_caps_to_lmm()
788
if (cc_fec &
FEC_BASER_RS
)
in cc_to_eth_fec()
811
cc_fec |=
FEC_BASER_RS
;
in eth_to_cc_fec()
H
A
D
t4_hw.c
4006
CAP16_TO_CAP32(
FEC_BASER_RS
);
in fwcaps16_to_caps32()
4048
CAP32_TO_CAP16(
FEC_BASER_RS
);
in fwcaps32_to_caps16()
4108
cc_fec |=
FEC_BASER_RS
;
in fwcap_to_cc_fec()
4120
if (cc_fec &
FEC_BASER_RS
)
in cc_to_fwcap_fec()
H
A
D
cxgb4.h
139
FEC_BASER_RS
= 1 << 2 /* BaseR/Reed-Solomon */
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_ethtool.c
617
FW_CAPS_TO_LMM(
FEC_BASER_RS
, FEC_BASER);
in fw_caps_to_lmm()
788
if (cc_fec &
FEC_BASER_RS
)
in cc_to_eth_fec()
811
cc_fec |=
FEC_BASER_RS
;
in eth_to_cc_fec()
H
A
D
t4_hw.c
3976
CAP16_TO_CAP32(
FEC_BASER_RS
);
in fwcaps16_to_caps32()
4018
CAP32_TO_CAP16(
FEC_BASER_RS
);
in fwcaps32_to_caps16()
4078
cc_fec |=
FEC_BASER_RS
;
in fwcap_to_cc_fec()
4090
if (cc_fec &
FEC_BASER_RS
)
in cc_to_fwcap_fec()
H
A
D
cxgb4.h
139
FEC_BASER_RS
= 1 << 2 /* BaseR/Reed-Solomon */
enumerator
Completed in 107 milliseconds