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:DMP_RGN23_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_mbox.c
2298
mb->un.varDmp.sli4_length =
DMP_RGN23_SIZE
;
in lpfc_sli4_dump_cfg_rg23()
H
A
D
lpfc_sli.c
5373
if (data_length >
DMP_RGN23_SIZE
) {
in lpfc_sli4_read_fcoe_params()
19596
if (offset + i >
DMP_RGN23_SIZE
)
in lpfc_sli_get_config_region23()
19597
i =
DMP_RGN23_SIZE
- offset;
in lpfc_sli_get_config_region23()
19601
} while (offset <
DMP_RGN23_SIZE
);
in lpfc_sli_get_config_region23()
19645
if (data_length >
DMP_RGN23_SIZE
) {
in lpfc_sli4_get_config_region23()
19675
rgn23_data = kzalloc(
DMP_RGN23_SIZE
, GFP_KERNEL);
in lpfc_sli_read_link_ste()
H
A
D
lpfc_hw.h
3020
#define
DMP_RGN23_SIZE
0x400
macro
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_mbox.c
2355
mb->un.varDmp.sli4_length =
DMP_RGN23_SIZE
;
in lpfc_sli4_dump_cfg_rg23()
H
A
D
lpfc_sli.c
5846
if (data_length >
DMP_RGN23_SIZE
) {
in lpfc_sli4_read_fcoe_params()
20621
if (mb->un.varDmp.word_cnt >
DMP_RGN23_SIZE
- offset)
in lpfc_sli_get_config_region23()
20622
mb->un.varDmp.word_cnt =
DMP_RGN23_SIZE
- offset;
in lpfc_sli_get_config_region23()
20628
} while (mb->un.varDmp.word_cnt && offset <
DMP_RGN23_SIZE
);
in lpfc_sli_get_config_region23()
20672
if (data_length >
DMP_RGN23_SIZE
) {
in lpfc_sli4_get_config_region23()
20698
rgn23_data = kzalloc(
DMP_RGN23_SIZE
, GFP_KERNEL);
in lpfc_sli_read_link_ste()
H
A
D
lpfc_hw.h
3206
#define
DMP_RGN23_SIZE
0x400
macro
Completed in 74 milliseconds