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:ae_devices
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptvf_algs.c
64
static struct cpt_device_table
ae_devices
= {
variable
1686
count = atomic_read(&
ae_devices
.count);
in otx_cpt_crypto_init()
1692
ae_devices
.desc[count].pf_type = pf_type;
in otx_cpt_crypto_init()
1693
ae_devices
.desc[count].num_queues = num_queues;
in otx_cpt_crypto_init()
1694
ae_devices
.desc[count++].dev = pdev;
in otx_cpt_crypto_init()
1695
atomic_inc(&
ae_devices
.count);
in otx_cpt_crypto_init()
1696
sort(
ae_devices
.desc, count, sizeof(struct cpt_device_desc),
in otx_cpt_crypto_init()
1718
dev_tbl = (engine_type == OTX_CPT_AE_TYPES) ? &
ae_devices
: &se_devices;
in otx_cpt_crypto_exit()
1741
atomic_dec(&
ae_devices
.count);
in otx_cpt_crypto_exit()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptvf_algs.c
65
static struct cpt_device_table
ae_devices
= {
variable
1685
count = atomic_read(&
ae_devices
.count);
in otx_cpt_crypto_init()
1691
ae_devices
.desc[count].pf_type = pf_type;
in otx_cpt_crypto_init()
1692
ae_devices
.desc[count].num_queues = num_queues;
in otx_cpt_crypto_init()
1693
ae_devices
.desc[count++].dev = pdev;
in otx_cpt_crypto_init()
1694
atomic_inc(&
ae_devices
.count);
in otx_cpt_crypto_init()
1695
sort(
ae_devices
.desc, count, sizeof(struct cpt_device_desc),
in otx_cpt_crypto_init()
1717
dev_tbl = (engine_type == OTX_CPT_AE_TYPES) ? &
ae_devices
: &se_devices;
in otx_cpt_crypto_exit()
1740
atomic_dec(&
ae_devices
.count);
in otx_cpt_crypto_exit()
Completed in 5 milliseconds