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:fpe
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_tc.c
637
bool
fpe
= false;
in tc_setup_taprio()
local
714
if (
fpe
)
in tc_setup_taprio()
719
fpe
= true;
in tc_setup_taprio()
723
fpe
= true;
in tc_setup_taprio()
757
if (
fpe
&& !priv->dma_cap.fpesel) {
in tc_setup_taprio()
764
priv->plat->rx_queues_to_use,
fpe
);
in tc_setup_taprio()
765
if (ret &&
fpe
) {
in tc_setup_taprio()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_tc.c
925
bool
fpe
= false;
in tc_setup_taprio()
local
1008
if (
fpe
)
in tc_setup_taprio()
1013
fpe
= true;
in tc_setup_taprio()
1017
fpe
= true;
in tc_setup_taprio()
1044
if (
fpe
&& !priv->dma_cap.fpesel) {
in tc_setup_taprio()
1052
priv->plat->fpe_cfg->enable =
fpe
;
in tc_setup_taprio()
1064
if (
fpe
) {
in tc_setup_taprio()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
108
u64
fpe
; /* Frame Physical Error */
member
H
A
D
dpaa_ethtool.c
287
rx_errors.
fpe
+= percpu_priv->rx_errors.
fpe
;
in dpaa_get_ethtool_stats()
H
A
D
dpaa_eth.c
2247
percpu_priv->rx_errors.
fpe
++;
in dpaa_rx_error()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
85
u64
fpe
; /* Frame Physical Error */
member
H
A
D
dpaa_ethtool.c
203
rx_errors.
fpe
+= percpu_priv->rx_errors.
fpe
;
in dpaa_get_ethtool_stats()
H
A
D
dpaa_eth.c
2377
percpu_priv->rx_errors.
fpe
++;
in dpaa_rx_error()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
genex.S
569
BUILD_HANDLER
fpe
fpe
fpe
silent /* #15 */
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
genex.S
568
BUILD_HANDLER
fpe
fpe
fpe
silent /* #15 */
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
cros_ec_commands.h
3470
#define EC_MKBP_FP_ENROLL_PROGRESS(
fpe
) (((
fpe
) & 0x00000FF0) \
3474
#define EC_MKBP_FP_MATCH_IDX(
fpe
) (((
fpe
) & EC_MKBP_FP_MATCH_IDX_MASK) \
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
cros_ec_commands.h
3505
#define EC_MKBP_FP_ENROLL_PROGRESS(
fpe
) (((
fpe
) & 0x00000FF0) \
3509
#define EC_MKBP_FP_MATCH_IDX(
fpe
) (((
fpe
) & EC_MKBP_FP_MATCH_IDX_MASK) \
Completed in 39 milliseconds