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:varDmp
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_mbox.c
70
mb->un.
varDmp
.type = DMP_NV_PARAMS;
in lpfc_dump_static_vport()
71
mb->un.
varDmp
.entry_index = offset;
in lpfc_dump_static_vport()
72
mb->un.
varDmp
.region_id = DMP_REGION_VPORT;
in lpfc_dump_static_vport()
77
mb->un.
varDmp
.cv = 1;
in lpfc_dump_static_vport()
78
mb->un.
varDmp
.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
in lpfc_dump_static_vport()
100
mb->un.
varDmp
.sli4_length = sizeof(struct static_vport_info);
in lpfc_dump_static_vport()
147
mb->un.
varDmp
.cv = 1;
in lpfc_dump_mem()
148
mb->un.
varDmp
.type = DMP_NV_PARAMS;
in lpfc_dump_mem()
149
mb->un.
varDmp
.entry_index = offset;
in lpfc_dump_mem()
150
mb->un.
varDmp
in lpfc_dump_mem()
[all...]
H
A
D
lpfc_hbadisc.c
3838
if (mb->un.
varDmp
.word_cnt >
in lpfc_create_static_vport()
3840
mb->un.
varDmp
.word_cnt =
in lpfc_create_static_vport()
3843
byte_count = mb->un.
varDmp
.word_cnt;
in lpfc_create_static_vport()
H
A
D
lpfc_init.c
249
mb->un.
varDmp
.word_cnt = 0;
in lpfc_config_port_prep()
254
if (mb->un.
varDmp
.word_cnt == 0)
in lpfc_config_port_prep()
257
i = mb->un.
varDmp
.word_cnt * sizeof(uint32_t);
in lpfc_config_port_prep()
H
A
D
lpfc_hw.h
3498
DUMP_VAR
varDmp
; /* Warm Start DUMP mbx cmd */
member
H
A
D
lpfc_bsg.c
4896
(pmb->un.
varDmp
.type != DMP_WELL_KNOWN)) {
in lpfc_bsg_issue_mbox()
H
A
D
lpfc_sli.c
19586
mb->un.
varDmp
.word_cnt = 0;
in lpfc_sli_get_config_region23()
19592
if (mb->un.
varDmp
.word_cnt == 0)
in lpfc_sli_get_config_region23()
19595
i = mb->un.
varDmp
.word_cnt * sizeof(uint32_t);
in lpfc_sli_get_config_region23()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_mbox.c
145
mb->un.
varDmp
.type = DMP_NV_PARAMS;
in lpfc_dump_static_vport()
146
mb->un.
varDmp
.entry_index = offset;
in lpfc_dump_static_vport()
147
mb->un.
varDmp
.region_id = DMP_REGION_VPORT;
in lpfc_dump_static_vport()
152
mb->un.
varDmp
.cv = 1;
in lpfc_dump_static_vport()
153
mb->un.
varDmp
.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
in lpfc_dump_static_vport()
168
mb->un.
varDmp
.sli4_length = sizeof(struct static_vport_info);
in lpfc_dump_static_vport()
215
mb->un.
varDmp
.cv = 1;
in lpfc_dump_mem()
216
mb->un.
varDmp
.type = DMP_NV_PARAMS;
in lpfc_dump_mem()
217
mb->un.
varDmp
.entry_index = offset;
in lpfc_dump_mem()
218
mb->un.
varDmp
in lpfc_dump_mem()
[all...]
H
A
D
lpfc_init.c
253
mb->un.
varDmp
.word_cnt = 0;
in lpfc_config_port_prep()
258
if (mb->un.
varDmp
.word_cnt == 0)
in lpfc_config_port_prep()
261
if (mb->un.
varDmp
.word_cnt > DMP_VPD_SIZE - offset)
in lpfc_config_port_prep()
262
mb->un.
varDmp
.word_cnt = DMP_VPD_SIZE - offset;
in lpfc_config_port_prep()
265
mb->un.
varDmp
.word_cnt);
in lpfc_config_port_prep()
266
offset += mb->un.
varDmp
.word_cnt;
in lpfc_config_port_prep()
267
} while (mb->un.
varDmp
.word_cnt && offset < DMP_VPD_SIZE);
in lpfc_config_port_prep()
H
A
D
lpfc_els.c
7284
mb->un.
varDmp
.cv = 1;
in lpfc_get_sfp_info_wait()
7285
mb->un.
varDmp
.co = 1;
in lpfc_get_sfp_info_wait()
7344
mb->un.
varDmp
.cv = 1;
in lpfc_get_sfp_info_wait()
7345
mb->un.
varDmp
.co = 1;
in lpfc_get_sfp_info_wait()
H
A
D
lpfc_hbadisc.c
4123
if (mb->un.
varDmp
.word_cnt >
in lpfc_create_static_vport()
4125
mb->un.
varDmp
.word_cnt =
in lpfc_create_static_vport()
4128
byte_count = mb->un.
varDmp
.word_cnt;
in lpfc_create_static_vport()
H
A
D
lpfc_sli.c
20612
mb->un.
varDmp
.word_cnt = 0;
in lpfc_sli_get_config_region23()
20618
if (mb->un.
varDmp
.word_cnt == 0)
in lpfc_sli_get_config_region23()
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()
20626
mb->un.
varDmp
.word_cnt);
in lpfc_sli_get_config_region23()
20627
offset += mb->un.
varDmp
.word_cnt;
in lpfc_sli_get_config_region23()
20628
} while (mb->un.
varDmp
.word_cnt && offset < DMP_RGN23_SIZE);
in lpfc_sli_get_config_region23()
H
A
D
lpfc_hw.h
3684
DUMP_VAR
varDmp
; /* Warm Start DUMP mbx cmd */
member
H
A
D
lpfc_bsg.c
4810
(pmb->un.
varDmp
.type != DMP_WELL_KNOWN)) {
in lpfc_bsg_issue_mbox()
Completed in 135 milliseconds