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:dma_coherent2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
245
acb->
dma_coherent2
, acb->dma_coherent_handle2);
in arcmsr_free_io_queue()
650
memset(acb->
dma_coherent2
, 0xff, acb->completeQ_size);
in arcmsr_hbaF_assign_regAddr()
651
acb->message_wbuffer = (uint32_t *)round_up((unsigned long)acb->
dma_coherent2
+
in arcmsr_hbaF_assign_regAddr()
683
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
697
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
713
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
734
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
820
acb->
dma_coherent2
= ccb_tmp;
in arcmsr_alloc_ccb_pool()
824
acb->pmuB = (struct MessageUnit_B *)acb->
dma_coherent2
;
in arcmsr_alloc_ccb_pool()
828
acb->pmuD = (struct MessageUnit_D *)acb->
dma_coherent2
;
in arcmsr_alloc_ccb_pool()
[all...]
H
A
D
arcmsr.h
905
void *
dma_coherent2
;
member
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
252
acb->
dma_coherent2
, acb->dma_coherent_handle2);
in arcmsr_free_io_queue()
657
memset(acb->
dma_coherent2
, 0xff, acb->completeQ_size);
in arcmsr_hbaF_assign_regAddr()
658
acb->message_wbuffer = (uint32_t *)round_up((unsigned long)acb->
dma_coherent2
+
in arcmsr_hbaF_assign_regAddr()
690
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
704
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
720
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
741
acb->
dma_coherent2
= dma_coherent;
in arcmsr_alloc_io_queue()
827
acb->
dma_coherent2
= ccb_tmp;
in arcmsr_alloc_ccb_pool()
831
acb->pmuB = (struct MessageUnit_B *)acb->
dma_coherent2
;
in arcmsr_alloc_ccb_pool()
835
acb->pmuD = (struct MessageUnit_D *)acb->
dma_coherent2
;
in arcmsr_alloc_ccb_pool()
[all...]
H
A
D
arcmsr.h
907
void *
dma_coherent2
;
member
Completed in 13 milliseconds