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:fq_ctrl
(Results
1 - 10
of
10
) 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()
638
opts.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_CTXASTASHING |
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()
642
opts.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_CTXASTASHING |
in alloc_rsp_fq_cpu()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
1021
initfq.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_PREFERINCACHE);
in dpaa_fq_init()
1027
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_AVOIDBLOCK);
in dpaa_fq_init()
1044
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_CGE);
in dpaa_fq_init()
1066
initfq.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_TDE);
in dpaa_fq_init()
1094
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_CGE);
in dpaa_fq_init()
1110
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_HOLDACTIVE |
in dpaa_fq_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
1044
initfq.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_PREFERINCACHE);
in dpaa_fq_init()
1050
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_AVOIDBLOCK);
in dpaa_fq_init()
1067
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_CGE);
in dpaa_fq_init()
1089
initfq.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_TDE);
in dpaa_fq_init()
1117
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_CGE);
in dpaa_fq_init()
1133
initfq.fqd.
fq_ctrl
|= cpu_to_be16(QM_FQCTRL_HOLDACTIVE |
in dpaa_fq_init()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H
A
D
qman_test_stash.c
411
opts.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_CTXASTASHING);
in init_handler()
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_test_stash.c
413
opts.fqd.
fq_ctrl
= cpu_to_be16(QM_FQCTRL_CTXASTASHING);
in init_handler()
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-5.10/include/soc/fsl/
H
A
D
qman.h
351
__be16
fq_ctrl
; /* See QM_FQCTRL_<...> */
member
500
/* Frame Queue Descriptor (FQD) field '
fq_ctrl
' uses these constants */
501
#define QM_FQCTRL_MASK 0x07ff /* '
fq_ctrl
' flags; */
/kernel/linux/linux-6.6/include/soc/fsl/
H
A
D
qman.h
351
__be16
fq_ctrl
; /* See QM_FQCTRL_<...> */
member
500
/* Frame Queue Descriptor (FQD) field '
fq_ctrl
' uses these constants */
501
#define QM_FQCTRL_MASK 0x07ff /* '
fq_ctrl
' flags; */
Completed in 26 milliseconds