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:ptr_sgl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2117
u64 *
ptr_sgl
;
in megasas_make_prp_nvme()
local
2146
ptr_sgl
= (u64 *)cmd->sg_frame;
in megasas_make_prp_nvme()
2148
memset(
ptr_sgl
, 0, instance->max_chain_frame_sz);
in megasas_make_prp_nvme()
2187
page_mask_result = (uintptr_t)(
ptr_sgl
+ 1) & page_mask;
in megasas_make_prp_nvme()
2190
scmd, "page boundary
ptr_sgl
: 0x%p\n",
in megasas_make_prp_nvme()
2191
ptr_sgl
);
in megasas_make_prp_nvme()
2193
*
ptr_sgl
= cpu_to_le64(ptr_sgl_phys);
in megasas_make_prp_nvme()
2194
ptr_sgl
++;
in megasas_make_prp_nvme()
2198
*
ptr_sgl
= cpu_to_le64(sge_addr);
in megasas_make_prp_nvme()
2199
ptr_sgl
in megasas_make_prp_nvme()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2153
u64 *
ptr_sgl
;
in megasas_make_prp_nvme()
local
2182
ptr_sgl
= (u64 *)cmd->sg_frame;
in megasas_make_prp_nvme()
2184
memset(
ptr_sgl
, 0, instance->max_chain_frame_sz);
in megasas_make_prp_nvme()
2223
page_mask_result = (uintptr_t)(
ptr_sgl
+ 1) & page_mask;
in megasas_make_prp_nvme()
2226
scmd, "page boundary
ptr_sgl
: 0x%p\n",
in megasas_make_prp_nvme()
2227
ptr_sgl
);
in megasas_make_prp_nvme()
2229
*
ptr_sgl
= cpu_to_le64(ptr_sgl_phys);
in megasas_make_prp_nvme()
2230
ptr_sgl
++;
in megasas_make_prp_nvme()
2234
*
ptr_sgl
= cpu_to_le64(sge_addr);
in megasas_make_prp_nvme()
2235
ptr_sgl
in megasas_make_prp_nvme()
[all...]
Completed in 8 milliseconds