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:pIocPg3
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptscsih.c
2132
if (!ioc->raid_data.
pIocPg3
)
in mptscsih_is_phys_disk()
2134
for (i = 0; i < ioc->raid_data.
pIocPg3
->NumPhysDisks; i++) {
in mptscsih_is_phys_disk()
2135
if ((id == ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskID) &&
in mptscsih_is_phys_disk()
2136
(channel == ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskBus)) {
in mptscsih_is_phys_disk()
2148
for (i = 0; i < ioc->raid_data.
pIocPg3
->NumPhysDisks; i++) {
in mptscsih_is_phys_disk()
2150
ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskNum);
in mptscsih_is_phys_disk()
2158
ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskNum,
in mptscsih_is_phys_disk()
2210
if (!ioc->raid_data.
pIocPg3
)
in mptscsih_raid_id_to_num()
2212
for (i = 0; i < ioc->raid_data.
pIocPg3
->NumPhysDisks; i++) {
in mptscsih_raid_id_to_num()
2213
if ((id == ioc->raid_data.
pIocPg3
in mptscsih_raid_id_to_num()
[all...]
H
A
D
mptbase.h
527
IOCPage3_t *
pIocPg3
; /* table of physical disks */
member
H
A
D
mptspi.c
1124
pg3 = ioc->raid_data.
pIocPg3
;
in mpt_work_wrapper()
H
A
D
mptbase.c
2772
kfree(ioc->raid_data.
pIocPg3
);
in mpt_adapter_disable()
2774
ioc->raid_data.
pIocPg3
= NULL;
in mpt_adapter_disable()
6038
kfree(ioc->raid_data.
pIocPg3
);
in mpt_read_ioc_pg_3()
6039
ioc->raid_data.
pIocPg3
= NULL;
in mpt_read_ioc_pg_3()
6076
ioc->raid_data.
pIocPg3
= (IOCPage3_t *) mem;
in mpt_read_ioc_pg_3()
H
A
D
mptsas.c
4151
if (!ioc->raid_data.
pIocPg3
)
in mptsas_find_phyinfo_by_phys_disk_num()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptscsih.c
2131
if (!ioc->raid_data.
pIocPg3
)
in mptscsih_is_phys_disk()
2133
for (i = 0; i < ioc->raid_data.
pIocPg3
->NumPhysDisks; i++) {
in mptscsih_is_phys_disk()
2134
if ((id == ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskID) &&
in mptscsih_is_phys_disk()
2135
(channel == ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskBus)) {
in mptscsih_is_phys_disk()
2147
for (i = 0; i < ioc->raid_data.
pIocPg3
->NumPhysDisks; i++) {
in mptscsih_is_phys_disk()
2149
ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskNum);
in mptscsih_is_phys_disk()
2157
ioc->raid_data.
pIocPg3
->PhysDisk[i].PhysDiskNum,
in mptscsih_is_phys_disk()
2209
if (!ioc->raid_data.
pIocPg3
)
in mptscsih_raid_id_to_num()
2211
for (i = 0; i < ioc->raid_data.
pIocPg3
->NumPhysDisks; i++) {
in mptscsih_raid_id_to_num()
2212
if ((id == ioc->raid_data.
pIocPg3
in mptscsih_raid_id_to_num()
[all...]
H
A
D
mptbase.h
527
IOCPage3_t *
pIocPg3
; /* table of physical disks */
member
H
A
D
mptspi.c
1124
pg3 = ioc->raid_data.
pIocPg3
;
in mpt_work_wrapper()
H
A
D
mptbase.c
2763
kfree(ioc->raid_data.
pIocPg3
);
in mpt_adapter_disable()
2765
ioc->raid_data.
pIocPg3
= NULL;
in mpt_adapter_disable()
6044
kfree(ioc->raid_data.
pIocPg3
);
in mpt_read_ioc_pg_3()
6045
ioc->raid_data.
pIocPg3
= NULL;
in mpt_read_ioc_pg_3()
6083
ioc->raid_data.
pIocPg3
= (IOCPage3_t *) mem;
in mpt_read_ioc_pg_3()
H
A
D
mptsas.c
4180
if (!ioc->raid_data.
pIocPg3
)
in mptsas_find_phyinfo_by_phys_disk_num()
Completed in 44 milliseconds