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:sge32
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas.h
1724
struct megasas_sge32
sge32
[1];
member
1753
struct megasas_sge32
sge32
[8];
member
1971
struct megasas_sge32
sge32
[2]; /* [0]: resp [1]: req */
member
2000
struct megasas_sge32
sge32
[2]; /* [0]: resp [1]: data */
member
H
A
D
megaraid_sas_base.c
287
dcmd->sgl.
sge32
[0].phys_addr =
in megasas_set_dma_settings()
289
dcmd->sgl.
sge32
[0].length = cpu_to_le32(dma_len);
in megasas_set_dma_settings()
1264
mfi_sgl->
sge32
[i].length = cpu_to_le32(sg_dma_len(os_sgl));
in megasas_make_sgl32()
1265
mfi_sgl->
sge32
[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl));
in megasas_make_sgl32()
1714
le32_to_cpu(mfi_sgl->
sge32
[n].length),
in megasas_dump_pending_frames()
1715
le32_to_cpu(mfi_sgl->
sge32
[n].phys_addr));
in megasas_dump_pending_frames()
2409
dcmd->sgl.
sge32
[0].phys_addr =
in megasas_get_ld_vf_affiliation_111()
2412
dcmd->sgl.
sge32
[0].phys_addr =
in megasas_get_ld_vf_affiliation_111()
2415
dcmd->sgl.
sge32
[0].length = cpu_to_le32(
in megasas_get_ld_vf_affiliation_111()
2516
dcmd->sgl.
sge32
[
in megasas_get_ld_vf_affiliation_12()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas.h
1725
DECLARE_FLEX_ARRAY(struct megasas_sge32,
sge32
);
1753
struct megasas_sge32
sge32
[8];
member
1973
struct megasas_sge32
sge32
[2]; /* [0]: resp [1]: req */
member
2002
struct megasas_sge32
sge32
[2]; /* [0]: resp [1]: data */
member
H
A
D
megaraid_sas_base.c
297
dcmd->sgl.
sge32
[0].phys_addr =
in megasas_set_dma_settings()
299
dcmd->sgl.
sge32
[0].length = cpu_to_le32(dma_len);
in megasas_set_dma_settings()
1274
mfi_sgl->
sge32
[i].length = cpu_to_le32(sg_dma_len(os_sgl));
in megasas_make_sgl32()
1275
mfi_sgl->
sge32
[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl));
in megasas_make_sgl32()
1724
le32_to_cpu(mfi_sgl->
sge32
[n].length),
in megasas_dump_pending_frames()
1725
le32_to_cpu(mfi_sgl->
sge32
[n].phys_addr));
in megasas_dump_pending_frames()
2419
dcmd->sgl.
sge32
[0].phys_addr =
in megasas_get_ld_vf_affiliation_111()
2422
dcmd->sgl.
sge32
[0].phys_addr =
in megasas_get_ld_vf_affiliation_111()
2425
dcmd->sgl.
sge32
[0].length = cpu_to_le32(
in megasas_get_ld_vf_affiliation_111()
2526
dcmd->sgl.
sge32
[
in megasas_get_ld_vf_affiliation_12()
[all...]
Completed in 22 milliseconds