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:message_ctx
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
dpseci.c
399
cmd_params->
message_ctx
= cpu_to_le64(cfg->
message_ctx
);
in dpseci_set_congestion_notification()
439
cfg->
message_ctx
= le64_to_cpu(rsp_params->
message_ctx
);
in dpseci_get_congestion_notification()
H
A
D
dpseci.h
312
* @
message_ctx
: The context that will be part of the CSCN message
323
u64
message_ctx
;
member
H
A
D
dpseci_cmd.h
145
__le64
message_ctx
;
member
H
A
D
caamalg_qi2.c
4953
cong_notif_cfg.
message_ctx
= (uintptr_t)priv;
in dpaa2_dpseci_congestion_setup()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
dpseci.c
399
cmd_params->
message_ctx
= cpu_to_le64(cfg->
message_ctx
);
in dpseci_set_congestion_notification()
439
cfg->
message_ctx
= le64_to_cpu(rsp_params->
message_ctx
);
in dpseci_get_congestion_notification()
H
A
D
dpseci.h
312
* @
message_ctx
: The context that will be part of the CSCN message
323
u64
message_ctx
;
member
H
A
D
dpseci_cmd.h
145
__le64
message_ctx
;
member
H
A
D
caamalg_qi2.c
4967
cong_notif_cfg.
message_ctx
= (uintptr_t)priv;
in dpaa2_dpseci_congestion_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-eth-dcb.c
33
cfg.
message_ctx
= 0ULL;
in dpaa2_eth_set_pfc_cn()
H
A
D
dpni-cmd.h
629
__le64
message_ctx
;
member
H
A
D
dpni.h
920
* @
message_ctx
: The context that will be part of the CSCN message
932
u64
message_ctx
;
member
H
A
D
dpni.c
1396
cmd_params->
message_ctx
= cpu_to_le64(cfg->
message_ctx
);
in dpni_set_congestion_notification()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-eth-dcb.c
33
cfg.
message_ctx
= 0ULL;
in dpaa2_eth_set_pfc_cn()
H
A
D
dpni-cmd.h
640
__le64
message_ctx
;
member
H
A
D
dpni.h
906
* @
message_ctx
: The context that will be part of the CSCN message
918
u64
message_ctx
;
member
H
A
D
dpni.c
1495
cmd_params->
message_ctx
= cpu_to_le64(cfg->
message_ctx
);
in dpni_set_congestion_notification()
Completed in 30 milliseconds