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:mapped_sg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
sa2ul.c
165
* @
mapped_sg
: Information on tx (0) and rx (1) scatterlist DMA mapping
174
struct sa_mapped_sg
mapped_sg
[2];
member
988
if (rxd->
mapped_sg
[0].dir == DMA_BIDIRECTIONAL)
in sa_sync_from_device()
989
sgt = &rxd->
mapped_sg
[0].sgt;
in sa_sync_from_device()
991
sgt = &rxd->
mapped_sg
[1].sgt;
in sa_sync_from_device()
1000
for (i = 0; i < ARRAY_SIZE(rxd->
mapped_sg
); i++) {
in sa_free_sa_rx_data()
1001
struct sa_mapped_sg *
mapped_sg
= &rxd->
mapped_sg
[i];
in sa_free_sa_rx_data()
local
1003
if (
mapped_sg
->mapped) {
in sa_free_sa_rx_data()
1004
dma_unmap_sgtable(rxd->ddev, &
mapped_sg
in sa_free_sa_rx_data()
1071
struct sa_
mapped_sg
*
mapped_sg
;
sa_run()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
sa2ul.c
185
* @
mapped_sg
: Information on tx (0) and rx (1) scatterlist DMA mapping
194
struct sa_mapped_sg
mapped_sg
[2];
member
1014
if (rxd->
mapped_sg
[0].dir == DMA_BIDIRECTIONAL)
in sa_sync_from_device()
1015
sgt = &rxd->
mapped_sg
[0].sgt;
in sa_sync_from_device()
1017
sgt = &rxd->
mapped_sg
[1].sgt;
in sa_sync_from_device()
1026
for (i = 0; i < ARRAY_SIZE(rxd->
mapped_sg
); i++) {
in sa_free_sa_rx_data()
1027
struct sa_mapped_sg *
mapped_sg
= &rxd->
mapped_sg
[i];
in sa_free_sa_rx_data()
local
1029
if (
mapped_sg
->mapped) {
in sa_free_sa_rx_data()
1030
dma_unmap_sgtable(rxd->ddev, &
mapped_sg
in sa_free_sa_rx_data()
1097
struct sa_
mapped_sg
*
mapped_sg
;
sa_run()
local
[all...]
Completed in 6 milliseconds