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:MAX_TARGETS
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qlogicpti.h
32
#define
MAX_TARGETS
16
macro
349
int cmd_count[
MAX_TARGETS
];
350
unsigned long tag_ages[
MAX_TARGETS
];
371
struct dev_param dev_param[
MAX_TARGETS
];
H
A
D
qlogicpti.c
52
#define
MAX_TARGETS
16
macro
305
for(i = 0; i <
MAX_TARGETS
; i++) {
in qlogicpti_set_hostdev_defaults()
436
for (i = 0; i <
MAX_TARGETS
; i++) {
in qlogicpti_reset_hardware()
449
for (i = 0; i <
MAX_TARGETS
; i++) {
in qlogicpti_reset_hardware()
1324
host->max_id =
MAX_TARGETS
;
in qpti_sbus_probe()
H
A
D
initio.h
43
#define
MAX_TARGETS
16
macro
537
struct target_control targets[
MAX_TARGETS
]; /* 78 */
H
A
D
a100u2w.h
54
#define
MAX_TARGETS
16
macro
H
A
D
qla1280.h
66
#define
MAX_TARGETS
16 /* 16 */
macro
488
} target[
MAX_TARGETS
];
H
A
D
initio.c
2803
.can_queue =
MAX_TARGETS
* i91u_MAXQUEUE,
2851
num_scb =
MAX_TARGETS
* i91u_MAXQUEUE;
in initio_probe_one()
2853
num_scb =
MAX_TARGETS
+ 3; /* 1-tape, 1-CD_ROM, 1- extra */
in initio_probe_one()
2855
for (; num_scb >=
MAX_TARGETS
+ 3; num_scb--) {
in initio_probe_one()
H
A
D
qla1280.c
2064
for (target = 0; target <
MAX_TARGETS
; target++)
in qla1280_set_defaults()
2153
for (target = 0; target <
MAX_TARGETS
; target++)
in qla1280_config_bus()
2172
for (target = 0; target <
MAX_TARGETS
; target++) {
in qla1280_nvram_config()
4233
host->max_id =
MAX_TARGETS
;
in qla1280_probe_one()
H
A
D
a100u2w.c
545
host->max_targets =
MAX_TARGETS
;
in init_orchid()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qlogicpti.h
32
#define
MAX_TARGETS
16
macro
349
int cmd_count[
MAX_TARGETS
];
350
unsigned long tag_ages[
MAX_TARGETS
];
371
struct dev_param dev_param[
MAX_TARGETS
];
H
A
D
qlogicpti.c
52
#define
MAX_TARGETS
16
macro
305
for(i = 0; i <
MAX_TARGETS
; i++) {
in qlogicpti_set_hostdev_defaults()
436
for (i = 0; i <
MAX_TARGETS
; i++) {
in qlogicpti_reset_hardware()
449
for (i = 0; i <
MAX_TARGETS
; i++) {
in qlogicpti_reset_hardware()
1324
host->max_id =
MAX_TARGETS
;
in qpti_sbus_probe()
H
A
D
initio.h
43
#define
MAX_TARGETS
16
macro
512
struct target_control targets[
MAX_TARGETS
]; /* 78 */
H
A
D
a100u2w.h
54
#define
MAX_TARGETS
16
macro
H
A
D
qla1280.h
66
#define
MAX_TARGETS
16 /* 16 */
macro
487
} target[
MAX_TARGETS
];
H
A
D
initio.c
2797
.can_queue =
MAX_TARGETS
* i91u_MAXQUEUE,
2846
num_scb =
MAX_TARGETS
* i91u_MAXQUEUE;
in initio_probe_one()
2848
num_scb =
MAX_TARGETS
+ 3; /* 1-tape, 1-CD_ROM, 1- extra */
in initio_probe_one()
2850
for (; num_scb >=
MAX_TARGETS
+ 3; num_scb--) {
in initio_probe_one()
H
A
D
qla1280.c
2054
for (target = 0; target <
MAX_TARGETS
; target++)
in qla1280_set_defaults()
2143
for (target = 0; target <
MAX_TARGETS
; target++)
in qla1280_config_bus()
2162
for (target = 0; target <
MAX_TARGETS
; target++) {
in qla1280_nvram_config()
4222
host->max_id =
MAX_TARGETS
;
in qla1280_probe_one()
H
A
D
a100u2w.c
545
host->max_targets =
MAX_TARGETS
;
in init_orchid()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
126
#define
MAX_TARGETS
MAX_DEV_DB_ENTRIES
macro
H
A
D
ql4_os.c
8739
host->max_id =
MAX_TARGETS
;
in qla4xxx_probe_adapter()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
125
#define
MAX_TARGETS
MAX_DEV_DB_ENTRIES
macro
H
A
D
ql4_os.c
8722
host->max_id =
MAX_TARGETS
;
in qla4xxx_probe_adapter()
Completed in 72 milliseconds