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:dump_index
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_main.c
2707
int
dump_index
= hisi_hba->debugfs_dump_index;
in hisi_sas_debugfs_snapshot_cq_reg()
local
2711
memcpy(hisi_hba->debugfs_cq[
dump_index
][i].complete_hdr,
in hisi_sas_debugfs_snapshot_cq_reg()
2719
int
dump_index
= hisi_hba->debugfs_dump_index;
in hisi_sas_debugfs_snapshot_dq_reg()
local
2726
debugfs_cmd_hdr = hisi_hba->debugfs_dq[
dump_index
][i].hdr;
in hisi_sas_debugfs_snapshot_dq_reg()
2737
int
dump_index
= hisi_hba->debugfs_dump_index;
in hisi_sas_debugfs_snapshot_port_reg()
local
2745
databuf = hisi_hba->debugfs_port_reg[
dump_index
][phy_cnt].data;
in hisi_sas_debugfs_snapshot_port_reg()
2756
int
dump_index
= hisi_hba->debugfs_dump_index;
in hisi_sas_debugfs_snapshot_global_reg()
local
2757
u32 *databuf = hisi_hba->debugfs_regs[
dump_index
][DEBUGFS_GLOBAL].data;
in hisi_sas_debugfs_snapshot_global_reg()
2769
int
dump_index
= hisi_hba->debugfs_dump_index;
in hisi_sas_debugfs_snapshot_axi_reg()
local
2770
u32 *databuf = hisi_hba->debugfs_regs[
dump_index
][DEBUGFS_AX
in hisi_sas_debugfs_snapshot_axi_reg()
2783
int
dump_index
= hisi_hba->debugfs_
dump_index
;
hisi_sas_debugfs_snapshot_ras_reg()
local
2797
int
dump_index
= hisi_hba->debugfs_
dump_index
;
hisi_sas_debugfs_snapshot_itct_reg()
local
2816
int
dump_index
= hisi_hba->debugfs_
dump_index
;
hisi_sas_debugfs_snapshot_iost_reg()
local
3213
int
dump_index
= hisi_hba->debugfs_
dump_index
;
hisi_sas_debugfs_create_files()
local
3818
hisi_sas_debugfs_release(struct hisi_hba *hisi_hba, int
dump_index
)
hisi_sas_debugfs_release()
argument
3842
hisi_sas_debugfs_alloc(struct hisi_hba *hisi_hba, int
dump_index
)
hisi_sas_debugfs_alloc()
argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v3_hw.c
3429
int
dump_index
= hisi_hba->debugfs_dump_index;
in debugfs_snapshot_cq_reg_v3_hw()
local
3433
memcpy(hisi_hba->debugfs_cq[
dump_index
][i].complete_hdr,
in debugfs_snapshot_cq_reg_v3_hw()
3441
int
dump_index
= hisi_hba->debugfs_dump_index;
in debugfs_snapshot_dq_reg_v3_hw()
local
3448
debugfs_cmd_hdr = hisi_hba->debugfs_dq[
dump_index
][i].hdr;
in debugfs_snapshot_dq_reg_v3_hw()
3459
int
dump_index
= hisi_hba->debugfs_dump_index;
in debugfs_snapshot_port_reg_v3_hw()
local
3466
databuf = hisi_hba->debugfs_port_reg[
dump_index
][phy_cnt].data;
in debugfs_snapshot_port_reg_v3_hw()
3477
int
dump_index
= hisi_hba->debugfs_dump_index;
in debugfs_snapshot_global_reg_v3_hw()
local
3478
u32 *databuf = hisi_hba->debugfs_regs[
dump_index
][DEBUGFS_GLOBAL].data;
in debugfs_snapshot_global_reg_v3_hw()
3487
int
dump_index
= hisi_hba->debugfs_dump_index;
in debugfs_snapshot_axi_reg_v3_hw()
local
3488
u32 *databuf = hisi_hba->debugfs_regs[
dump_index
][DEBUGFS_AX
in debugfs_snapshot_axi_reg_v3_hw()
3498
int
dump_index
= hisi_hba->debugfs_
dump_index
;
debugfs_snapshot_ras_reg_v3_hw()
local
3509
int
dump_index
= hisi_hba->debugfs_
dump_index
;
debugfs_snapshot_itct_reg_v3_hw()
local
3527
int
dump_index
= hisi_hba->debugfs_
dump_index
;
debugfs_snapshot_iost_reg_v3_hw()
local
3787
int
dump_index
= hisi_hba->debugfs_
dump_index
;
debugfs_create_files_v3_hw()
local
4672
debugfs_release_v3_hw(struct hisi_hba *hisi_hba, int
dump_index
)
debugfs_release_v3_hw()
argument
4702
debugfs_alloc_v3_hw(struct hisi_hba *hisi_hba, int
dump_index
)
debugfs_alloc_v3_hw()
argument
[all...]
Completed in 12 milliseconds