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:pIocPg2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptsas.c
1740
if (!ioc->raid_data.
pIocPg2
) {
in mptsas_target_alloc()
1744
for (i = 0; i < ioc->raid_data.
pIocPg2
->NumActiveVolumes; i++) {
in mptsas_target_alloc()
1745
if (id == ioc->raid_data.
pIocPg2
->
in mptsas_target_alloc()
1747
channel = ioc->raid_data.
pIocPg2
->
in mptsas_target_alloc()
4000
if (!ioc->ir_firmware || !ioc->raid_data.
pIocPg2
||
in mptsas_scan_sas_topology()
4001
!ioc->raid_data.
pIocPg2
->NumActiveVolumes)
in mptsas_scan_sas_topology()
4003
for (i = 0; i < ioc->raid_data.
pIocPg2
->NumActiveVolumes; i++) {
in mptsas_scan_sas_topology()
4005
ioc->raid_data.
pIocPg2
->RaidVolume[i].VolumeID, 0);
in mptsas_scan_sas_topology()
4012
ioc->raid_data.
pIocPg2
->RaidVolume[i].VolumeID);
in mptsas_scan_sas_topology()
4014
ioc->raid_data.
pIocPg2
in mptsas_scan_sas_topology()
[all...]
H
A
D
mptspi.c
381
if (!ioc->raid_data.
pIocPg2
)
in mptspi_is_raid()
384
if (!ioc->raid_data.
pIocPg2
->NumActiveVolumes)
in mptspi_is_raid()
386
for (i=0; i < ioc->raid_data.
pIocPg2
->NumActiveVolumes; i++) {
in mptspi_is_raid()
387
if (ioc->raid_data.
pIocPg2
->RaidVolume[i].VolumeID == id) {
in mptspi_is_raid()
H
A
D
mptbase.h
526
IOCPage2_t *
pIocPg2
; /* table of Raid Volumes */
member
H
A
D
mptbase.c
2771
kfree(ioc->raid_data.
pIocPg2
);
in mpt_adapter_disable()
5973
kfree(ioc->raid_data.
pIocPg2
);
in mpt_findImVolumes()
5974
ioc->raid_data.
pIocPg2
= NULL;
in mpt_findImVolumes()
6011
ioc->raid_data.
pIocPg2
= (IOCPage2_t *) mem;
in mpt_findImVolumes()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptsas.c
1768
if (!ioc->raid_data.
pIocPg2
) {
in mptsas_target_alloc()
1772
for (i = 0; i < ioc->raid_data.
pIocPg2
->NumActiveVolumes; i++) {
in mptsas_target_alloc()
1773
if (id == ioc->raid_data.
pIocPg2
->
in mptsas_target_alloc()
1775
channel = ioc->raid_data.
pIocPg2
->
in mptsas_target_alloc()
4028
if (!ioc->ir_firmware || !ioc->raid_data.
pIocPg2
||
in mptsas_scan_sas_topology()
4029
!ioc->raid_data.
pIocPg2
->NumActiveVolumes)
in mptsas_scan_sas_topology()
4031
for (i = 0; i < ioc->raid_data.
pIocPg2
->NumActiveVolumes; i++) {
in mptsas_scan_sas_topology()
4033
ioc->raid_data.
pIocPg2
->RaidVolume[i].VolumeID, 0);
in mptsas_scan_sas_topology()
4040
ioc->raid_data.
pIocPg2
->RaidVolume[i].VolumeID);
in mptsas_scan_sas_topology()
4042
ioc->raid_data.
pIocPg2
in mptsas_scan_sas_topology()
[all...]
H
A
D
mptspi.c
381
if (!ioc->raid_data.
pIocPg2
)
in mptspi_is_raid()
384
if (!ioc->raid_data.
pIocPg2
->NumActiveVolumes)
in mptspi_is_raid()
386
for (i=0; i < ioc->raid_data.
pIocPg2
->NumActiveVolumes; i++) {
in mptspi_is_raid()
387
if (ioc->raid_data.
pIocPg2
->RaidVolume[i].VolumeID == id) {
in mptspi_is_raid()
H
A
D
mptbase.h
526
IOCPage2_t *
pIocPg2
; /* table of Raid Volumes */
member
H
A
D
mptbase.c
2762
kfree(ioc->raid_data.
pIocPg2
);
in mpt_adapter_disable()
5978
kfree(ioc->raid_data.
pIocPg2
);
in mpt_findImVolumes()
5979
ioc->raid_data.
pIocPg2
= NULL;
in mpt_findImVolumes()
6017
ioc->raid_data.
pIocPg2
= (IOCPage2_t *) mem;
in mpt_findImVolumes()
Completed in 35 milliseconds