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:cong_notif_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamalg_qi2.c
4924
struct dpseci_congestion_notification_cfg
cong_notif_cfg
= { 0 };
in dpaa2_dpseci_congestion_setup()
local
4950
cong_notif_cfg
.units = DPSECI_CONGESTION_UNIT_BYTES;
in dpaa2_dpseci_congestion_setup()
4951
cong_notif_cfg
.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH;
in dpaa2_dpseci_congestion_setup()
4952
cong_notif_cfg
.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH;
in dpaa2_dpseci_congestion_setup()
4953
cong_notif_cfg
.message_ctx = (uintptr_t)priv;
in dpaa2_dpseci_congestion_setup()
4954
cong_notif_cfg
.message_iova = priv->cscn_dma;
in dpaa2_dpseci_congestion_setup()
4955
cong_notif_cfg
.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER |
in dpaa2_dpseci_congestion_setup()
4960
&
cong_notif_cfg
);
in dpaa2_dpseci_congestion_setup()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamalg_qi2.c
4936
struct dpseci_congestion_notification_cfg
cong_notif_cfg
= { 0 };
in dpaa2_dpseci_congestion_setup()
local
4964
cong_notif_cfg
.units = DPSECI_CONGESTION_UNIT_BYTES;
in dpaa2_dpseci_congestion_setup()
4965
cong_notif_cfg
.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH;
in dpaa2_dpseci_congestion_setup()
4966
cong_notif_cfg
.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH;
in dpaa2_dpseci_congestion_setup()
4967
cong_notif_cfg
.message_ctx = (uintptr_t)priv;
in dpaa2_dpseci_congestion_setup()
4968
cong_notif_cfg
.message_iova = priv->cscn_dma;
in dpaa2_dpseci_congestion_setup()
4969
cong_notif_cfg
.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER |
in dpaa2_dpseci_congestion_setup()
4974
&
cong_notif_cfg
);
in dpaa2_dpseci_congestion_setup()
Completed in 12 milliseconds