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:first_prp_len
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2122
u32
first_prp_len
;
in megasas_make_prp_nvme()
local
2167
first_prp_len
= mr_nvme_pg_size - offset;
in megasas_make_prp_nvme()
2170
ptr_first_sgl->Length = cpu_to_le32(
first_prp_len
);
in megasas_make_prp_nvme()
2172
data_len -=
first_prp_len
;
in megasas_make_prp_nvme()
2174
if (sge_len >
first_prp_len
) {
in megasas_make_prp_nvme()
2175
sge_addr +=
first_prp_len
;
in megasas_make_prp_nvme()
2176
sge_len -=
first_prp_len
;
in megasas_make_prp_nvme()
2177
} else if (sge_len ==
first_prp_len
) {
in megasas_make_prp_nvme()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2158
u32
first_prp_len
;
in megasas_make_prp_nvme()
local
2203
first_prp_len
= mr_nvme_pg_size - offset;
in megasas_make_prp_nvme()
2206
ptr_first_sgl->Length = cpu_to_le32(
first_prp_len
);
in megasas_make_prp_nvme()
2208
data_len -=
first_prp_len
;
in megasas_make_prp_nvme()
2210
if (sge_len >
first_prp_len
) {
in megasas_make_prp_nvme()
2211
sge_addr +=
first_prp_len
;
in megasas_make_prp_nvme()
2212
sge_len -=
first_prp_len
;
in megasas_make_prp_nvme()
2213
} else if (sge_len ==
first_prp_len
) {
in megasas_make_prp_nvme()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
apple.c
494
unsigned int
first_prp_len
= NVME_CTRL_PAGE_SIZE - offset;
in apple_nvme_setup_prp_simple()
local
502
if (bv->bv_len >
first_prp_len
)
in apple_nvme_setup_prp_simple()
503
cmnd->dptr.prp2 = cpu_to_le64(iod->first_dma +
first_prp_len
);
in apple_nvme_setup_prp_simple()
H
A
D
pci.c
736
unsigned int
first_prp_len
= NVME_CTRL_PAGE_SIZE - offset;
in nvme_setup_prp_simple()
local
744
if (bv->bv_len >
first_prp_len
)
in nvme_setup_prp_simple()
745
cmnd->dptr.prp2 = cpu_to_le64(iod->first_dma +
first_prp_len
);
in nvme_setup_prp_simple()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
2272
u32
first_prp_len
;
in base_make_prp_nvme()
local
2331
first_prp_len
= nvme_pg_size - offset;
in base_make_prp_nvme()
2334
ptr_first_sgl->Length = cpu_to_le32(
first_prp_len
);
in base_make_prp_nvme()
2336
data_len -=
first_prp_len
;
in base_make_prp_nvme()
2338
if (sge_len >
first_prp_len
) {
in base_make_prp_nvme()
2339
sge_addr +=
first_prp_len
;
in base_make_prp_nvme()
2340
sge_len -=
first_prp_len
;
in base_make_prp_nvme()
2341
} else if (data_len && (sge_len ==
first_prp_len
)) {
in base_make_prp_nvme()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
2451
u32
first_prp_len
;
in base_make_prp_nvme()
local
2510
first_prp_len
= nvme_pg_size - offset;
in base_make_prp_nvme()
2513
ptr_first_sgl->Length = cpu_to_le32(
first_prp_len
);
in base_make_prp_nvme()
2515
data_len -=
first_prp_len
;
in base_make_prp_nvme()
2517
if (sge_len >
first_prp_len
) {
in base_make_prp_nvme()
2518
sge_addr +=
first_prp_len
;
in base_make_prp_nvme()
2519
sge_len -=
first_prp_len
;
in base_make_prp_nvme()
2520
} else if (data_len && (sge_len ==
first_prp_len
)) {
in base_make_prp_nvme()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
pci.c
803
unsigned int
first_prp_len
= NVME_CTRL_PAGE_SIZE - offset;
in nvme_setup_prp_simple()
local
811
if (bv->bv_len >
first_prp_len
)
in nvme_setup_prp_simple()
812
cmnd->dptr.prp2 = cpu_to_le64(iod->first_dma +
first_prp_len
);
in nvme_setup_prp_simple()
Completed in 43 milliseconds