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_BUSES
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qla1280.h
63
#define
MAX_BUSES
2 /* 2 */
macro
489
} bus[
MAX_BUSES
];
1032
struct bus_param bus_settings[
MAX_BUSES
];
H
A
D
qla1280.c
647
for(i = 0; i <
MAX_BUSES
; i++) {
in qla1280_read_nvram()
2048
for (bus = 0; bus <
MAX_BUSES
; bus++) {
in qla1280_set_defaults()
2171
for (bus = 0; bus <
MAX_BUSES
; bus++)
in qla1280_nvram_config()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qla1280.h
63
#define
MAX_BUSES
2 /* 2 */
macro
488
} bus[
MAX_BUSES
];
1031
struct bus_param bus_settings[
MAX_BUSES
];
H
A
D
qla1280.c
639
for(i = 0; i <
MAX_BUSES
; i++) {
in qla1280_read_nvram()
2038
for (bus = 0; bus <
MAX_BUSES
; bus++) {
in qla1280_set_defaults()
2161
for (bus = 0; bus <
MAX_BUSES
; bus++)
in qla1280_nvram_config()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
125
#define
MAX_BUSES
1
macro
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
124
#define
MAX_BUSES
1
macro
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
540
host->max_channel =
MAX_BUSES
- 1;
in qla24xx_create_vhost()
H
A
D
qla_def.h
280
#define
MAX_BUSES
1 /* We only have one bus today */
macro
H
A
D
qla_os.c
3144
host->max_channel =
MAX_BUSES
- 1;
in qla2x00_probe_one()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
548
host->max_channel =
MAX_BUSES
- 1;
in qla24xx_create_vhost()
H
A
D
qla_def.h
306
#define
MAX_BUSES
1 /* We only have one bus today */
macro
H
A
D
qla_os.c
3311
host->max_channel =
MAX_BUSES
- 1;
in qla2x00_probe_one()
Completed in 75 milliseconds