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:MAXDESC
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/gemini/
H
A
D
sl3516-ce.h
58
#define
MAXDESC
6
macro
281
struct sginfo t_src[
MAXDESC
];
282
struct sginfo t_dst[
MAXDESC
];
H
A
D
sl3516-ce-core.c
32
const size_t sz = sizeof(struct descriptor) *
MAXDESC
;
in sl3516_ce_desc_init()
42
for (i = 0; i <
MAXDESC
; i++) {
in sl3516_ce_desc_init()
46
ce->tx[
MAXDESC
- 1].next_desc.next_descriptor = ce->dtx;
in sl3516_ce_desc_init()
48
for (i = 0; i <
MAXDESC
; i++) {
in sl3516_ce_desc_init()
52
ce->rx[
MAXDESC
- 1].next_desc.next_descriptor = ce->drx;
in sl3516_ce_desc_init()
69
const size_t sz = sizeof(struct descriptor) *
MAXDESC
;
in sl3516_ce_free_descs()
105
if (ce->ctx >=
MAXDESC
)
in get_desc_tx()
116
if (ce->crx >=
MAXDESC
)
in get_desc_rx()
H
A
D
sl3516-ce-cipher.c
43
if (sg_nents(areq->src) >
MAXDESC
/ 2) {
in sl3516_ce_need_fallback()
48
if (sg_nents(areq->dst) >
MAXDESC
) {
in sl3516_ce_need_fallback()
156
if (nr_sgs <= 0 || nr_sgs >
MAXDESC
/ 2) {
in sl3516_ce_cipher()
165
if (nr_sgs <= 0 || nr_sgs >
MAXDESC
/ 2) {
in sl3516_ce_cipher()
172
if (nr_sgd <= 0 || nr_sgd >
MAXDESC
) {
in sl3516_ce_cipher()
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
H
A
D
amlogic-gxl-cipher.c
37
if (sg_nents(src_sg) >
MAXDESC
- 3 || sg_nents(dst_sg) >
MAXDESC
- 3)
in meson_cipher_need_fallback()
189
if (nr_sgs < 0 || nr_sgs >
MAXDESC
- 3) {
in meson_cipher()
196
if (nr_sgd < 0 || nr_sgd >
MAXDESC
- 3) {
in meson_cipher()
H
A
D
amlogic-gxl.h
27
#define
MAXDESC
64
macro
H
A
D
amlogic-gxl-core.c
129
dma_free_coherent(mc->dev, sizeof(struct meson_desc) *
MAXDESC
,
in meson_free_chanlist()
164
sizeof(struct meson_desc) *
MAXDESC
,
in meson_allocate_chanlist()
/kernel/linux/linux-6.6/drivers/crypto/amlogic/
H
A
D
amlogic-gxl-cipher.c
37
if (sg_nents(src_sg) >
MAXDESC
- 3 || sg_nents(dst_sg) >
MAXDESC
- 3)
in meson_cipher_need_fallback()
189
if (!nr_sgs || nr_sgs >
MAXDESC
- 3) {
in meson_cipher()
196
if (!nr_sgd || nr_sgd >
MAXDESC
- 3) {
in meson_cipher()
H
A
D
amlogic-gxl.h
27
#define
MAXDESC
64
macro
H
A
D
amlogic-gxl-core.c
144
dma_free_coherent(mc->dev, sizeof(struct meson_desc) *
MAXDESC
,
in meson_free_chanlist()
179
sizeof(struct meson_desc) *
MAXDESC
,
in meson_allocate_chanlist()
Completed in 6 milliseconds