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:pqi_ofa_memory
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
446
(offsetof(struct
pqi_ofa_memory
, sg_descriptor) + \
449
struct
pqi_ofa_memory
{
struct
1185
struct
pqi_ofa_memory
*pqi_ofa_mem_virt_addr;
H
A
D
smartpqi_init.c
7712
struct
pqi_ofa_memory
*ofap;
in pqi_ofa_alloc_mem()
7787
struct
pqi_ofa_memory
*
pqi_ofa_memory
;
in pqi_ofa_setup_host_buffer()
local
7791
pqi_ofa_memory
= dma_alloc_coherent(dev,
in pqi_ofa_setup_host_buffer()
7796
if (!
pqi_ofa_memory
)
in pqi_ofa_setup_host_buffer()
7799
put_unaligned_le16(PQI_OFA_VERSION, &
pqi_ofa_memory
->version);
in pqi_ofa_setup_host_buffer()
7800
memcpy(&
pqi_ofa_memory
->signature, PQI_OFA_SIGNATURE,
in pqi_ofa_setup_host_buffer()
7801
sizeof(
pqi_ofa_memory
->signature));
in pqi_ofa_setup_host_buffer()
7802
pqi_ofa_memory
->bytes_allocated = cpu_to_le32(bytes_requested);
in pqi_ofa_setup_host_buffer()
7804
ctrl_info->pqi_ofa_mem_virt_addr =
pqi_ofa_memory
;
in pqi_ofa_setup_host_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
527
struct
pqi_ofa_memory
{
struct
1401
struct
pqi_ofa_memory
*pqi_ofa_mem_virt_addr;
H
A
D
smartpqi_init.c
8816
struct
pqi_ofa_memory
*ofap;
in pqi_ofa_alloc_mem()
8887
struct
pqi_ofa_memory
*ofap;
in pqi_ofa_setup_host_buffer()
8914
struct
pqi_ofa_memory
*ofap;
in pqi_ofa_free_host_buffer()
8949
struct
pqi_ofa_memory
*ofap;
in pqi_ofa_host_memory_update()
8962
buffer_length = offsetof(struct
pqi_ofa_memory
, sg_descriptor) +
in pqi_ofa_host_memory_update()
Completed in 29 milliseconds