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:QM_FQCTRL_CGE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
qi.c
195
opts.fqd.fq_ctrl = cpu_to_be16(QM_FQCTRL_CPCSTASH |
QM_FQCTRL_CGE
);
in create_caam_req_fq()
639
QM_FQCTRL_CPCSTASH |
QM_FQCTRL_CGE
);
in alloc_rsp_fq_cpu()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
qi.c
202
opts.fqd.fq_ctrl = cpu_to_be16(QM_FQCTRL_CPCSTASH |
QM_FQCTRL_CGE
);
in create_caam_req_fq()
643
QM_FQCTRL_CPCSTASH |
QM_FQCTRL_CGE
);
in alloc_rsp_fq_cpu()
/kernel/linux/linux-5.10/include/soc/fsl/
H
A
D
qman.h
502
#define
QM_FQCTRL_CGE
0x0400 /* Congestion Group Enable */
macro
/kernel/linux/linux-6.6/include/soc/fsl/
H
A
D
qman.h
502
#define
QM_FQCTRL_CGE
0x0400 /* Congestion Group Enable */
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
1044
initfq.fqd.fq_ctrl |= cpu_to_be16(
QM_FQCTRL_CGE
);
in dpaa_fq_init()
1094
initfq.fqd.fq_ctrl |= cpu_to_be16(
QM_FQCTRL_CGE
);
in dpaa_fq_init()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H
A
D
qman.c
1949
if (be16_to_cpu(opts->fqd.fq_ctrl) &
QM_FQCTRL_CGE
)
in qman_init_fq()
2975
if (be16_to_cpu(fqd.fq_ctrl) &
QM_FQCTRL_CGE
&&
in cgr_cleanup()
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H
A
D
qman.c
1949
if (be16_to_cpu(opts->fqd.fq_ctrl) &
QM_FQCTRL_CGE
)
in qman_init_fq()
3028
if (be16_to_cpu(fqd.fq_ctrl) &
QM_FQCTRL_CGE
&&
in cgr_cleanup()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
1067
initfq.fqd.fq_ctrl |= cpu_to_be16(
QM_FQCTRL_CGE
);
in dpaa_fq_init()
1117
initfq.fqd.fq_ctrl |= cpu_to_be16(
QM_FQCTRL_CGE
);
in dpaa_fq_init()
Completed in 23 milliseconds