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:raidVolume
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptspi.c
162
if (target->
raidVolume
== 1)
in mptspi_setTargetNegoParms()
432
vtarget->
raidVolume
= 1;
in mptspi_target_alloc()
H
A
D
mptbase.h
397
u8
raidVolume
; /* set, if RAID Volume */
member
H
A
D
mptscsih.c
757
raidVolume
)
in mptscsih_io_done()
1731
if (vdevice->vtarget->
raidVolume
) {
in mptscsih_abort()
2430
if ((sense_data[12] == 0x5D) && (vdevice->vtarget->
raidVolume
== 0)) {
in mptscsih_copy_sense_data()
H
A
D
mptsas.c
979
vdevice->vtarget->
raidVolume
))
in mptsas_find_vtarget()
1751
vtarget->
raidVolume
= 1;
in mptsas_target_alloc()
3750
vdevice->vtarget->
raidVolume
))
in mptsas_send_link_status_event()
4880
if (vdevice->vtarget->
raidVolume
)
in mptsas_broadcast_primitive_work()
5031
if (vtarget->
raidVolume
) {
in mptsas_event_process()
H
A
D
mptctl.c
1432
lun = (vdevice->vtarget->
raidVolume
) ? 0x80 : vdevice->lun;
in mptctl_gettargetinfo()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptspi.c
162
if (target->
raidVolume
== 1)
in mptspi_setTargetNegoParms()
432
vtarget->
raidVolume
= 1;
in mptspi_target_alloc()
H
A
D
mptbase.h
397
u8
raidVolume
; /* set, if RAID Volume */
member
H
A
D
mptscsih.c
757
raidVolume
)
in mptscsih_io_done()
1730
if (vdevice->vtarget->
raidVolume
) {
in mptscsih_abort()
2429
if ((sense_data[12] == 0x5D) && (vdevice->vtarget->
raidVolume
== 0)) {
in mptscsih_copy_sense_data()
H
A
D
mptsas.c
1006
vdevice->vtarget->
raidVolume
))
in mptsas_find_vtarget()
1779
vtarget->
raidVolume
= 1;
in mptsas_target_alloc()
3778
vdevice->vtarget->
raidVolume
))
in mptsas_send_link_status_event()
4910
if (vdevice->vtarget->
raidVolume
)
in mptsas_broadcast_primitive_work()
5061
if (vtarget->
raidVolume
) {
in mptsas_event_process()
H
A
D
mptctl.c
1428
lun = (vdevice->vtarget->
raidVolume
) ? 0x80 : vdevice->lun;
in mptctl_gettargetinfo()
Completed in 32 milliseconds