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:MVS_MAX_DEVICES
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H
A
D
mv_init.c
235
for (i = 0; i <
MVS_MAX_DEVICES
; i++) {
in mvs_alloc()
432
shost->max_id =
MVS_MAX_DEVICES
;
in mvs_prep_sas_ha_init()
H
A
D
mv_sas.h
390
struct mvs_device devices[
MVS_MAX_DEVICES
];
H
A
D
mv_defs.h
52
MVS_MAX_DEVICES
= 1024, /* max supported device */
enumerator
H
A
D
mv_sas.c
123
for (dev_no = 0; dev_no <
MVS_MAX_DEVICES
; dev_no++) {
in mvs_find_dev_by_reg_set()
1147
for (dev = 0; dev <
MVS_MAX_DEVICES
; dev++) {
in mvs_alloc_dev()
1154
if (dev ==
MVS_MAX_DEVICES
)
in mvs_alloc_dev()
1156
MVS_MAX_DEVICES
);
in mvs_alloc_dev()
/kernel/linux/linux-6.6/drivers/scsi/mvsas/
H
A
D
mv_init.c
232
for (i = 0; i <
MVS_MAX_DEVICES
; i++) {
in mvs_alloc()
426
shost->max_id =
MVS_MAX_DEVICES
;
in mvs_prep_sas_ha_init()
H
A
D
mv_sas.c
124
for (dev_no = 0; dev_no <
MVS_MAX_DEVICES
; dev_no++) {
in mvs_find_dev_by_reg_set()
1141
for (dev = 0; dev <
MVS_MAX_DEVICES
; dev++) {
in mvs_alloc_dev()
1148
if (dev ==
MVS_MAX_DEVICES
)
in mvs_alloc_dev()
1150
MVS_MAX_DEVICES
);
in mvs_alloc_dev()
H
A
D
mv_sas.h
389
struct mvs_device devices[
MVS_MAX_DEVICES
];
H
A
D
mv_defs.h
53
MVS_MAX_DEVICES
= 1024, /* max supported device */
enumerator
Completed in 13 milliseconds