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:MPI26_VERSION
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_ctl.c
414
* MPI25_VERSION |
MPI26_VERSION
for mpt3ctl ioctl device.
433
/* MPI25_VERSION and
MPI26_VERSION
uses same ioctl
in _ctl_verify_adapter()
436
if (mpi_version == (MPI25_VERSION |
MPI26_VERSION
)) {
in _ctl_verify_adapter()
438
(version ==
MPI26_VERSION
))
in _ctl_verify_adapter()
1180
case
MPI26_VERSION
:
in _ctl_getiocinfo()
2525
* MPI25_VERSION |
MPI26_VERSION
for mpt3ctl ioctl device.
2668
/* pass MPI25_VERSION |
MPI26_VERSION
value,
in _ctl_ioctl()
2673
MPI25_VERSION |
MPI26_VERSION
);
in _ctl_ioctl()
2709
MPI25_VERSION |
MPI26_VERSION
);
in _ctl_ioctl_compat()
H
A
D
mpt3sas_scsih.c
2126
case
MPI26_VERSION
:
in scsih_get_resync()
2192
case
MPI26_VERSION
:
in scsih_get_state()
2231
case
MPI26_VERSION
:
in _scsih_set_level()
10828
return
MPI26_VERSION
;
in _scsih_determine_hba_mpi_version()
10863
|| hba_mpi_version ==
MPI26_VERSION
)))
in _scsih_probe()
10895
case
MPI26_VERSION
:
in _scsih_probe()
10945
(ioc->hba_mpi_version_belonged ==
MPI26_VERSION
)) {
in _scsih_probe()
H
A
D
mpt3sas_base.c
7360
case
MPI26_VERSION
:
in mpt3sas_base_attach()
7535
if (ioc->hba_mpi_version_belonged ==
MPI26_VERSION
) {
in mpt3sas_base_attach()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_ctl.c
414
* MPI25_VERSION |
MPI26_VERSION
for mpt3ctl ioctl device.
433
/* MPI25_VERSION and
MPI26_VERSION
uses same ioctl
in _ctl_verify_adapter()
436
if (mpi_version == (MPI25_VERSION |
MPI26_VERSION
)) {
in _ctl_verify_adapter()
438
(version ==
MPI26_VERSION
))
in _ctl_verify_adapter()
1193
case
MPI26_VERSION
:
in _ctl_getiocinfo()
2599
* MPI25_VERSION |
MPI26_VERSION
for mpt3ctl ioctl device.
2746
/* pass MPI25_VERSION |
MPI26_VERSION
value,
in _ctl_ioctl()
2751
MPI25_VERSION |
MPI26_VERSION
);
in _ctl_ioctl()
2787
MPI25_VERSION |
MPI26_VERSION
);
in _ctl_ioctl_compat()
H
A
D
mpt3sas_scsih.c
2294
case
MPI26_VERSION
:
in scsih_get_resync()
2360
case
MPI26_VERSION
:
in scsih_get_state()
2399
case
MPI26_VERSION
:
in _scsih_set_level()
12073
return
MPI26_VERSION
;
in _scsih_determine_hba_mpi_version()
12109
|| hba_mpi_version ==
MPI26_VERSION
)))
in _scsih_probe()
12147
case
MPI26_VERSION
:
in _scsih_probe()
12197
(ioc->hba_mpi_version_belonged ==
MPI26_VERSION
)) {
in _scsih_probe()
H
A
D
mpt3sas_base.c
8408
case
MPI26_VERSION
:
in mpt3sas_base_attach()
8583
if (ioc->hba_mpi_version_belonged ==
MPI26_VERSION
) {
in mpt3sas_base_attach()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/
H
A
D
mpi2.h
162
#define
MPI26_VERSION
((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \
macro
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/
H
A
D
mpi2.h
162
#define
MPI26_VERSION
((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \
macro
Completed in 58 milliseconds