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:AHC_MAX_QUEUE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
208
#define AIC7XXX_CMDS_PER_DEVICE
AHC_MAX_QUEUE
790
.can_queue =
AHC_MAX_QUEUE
,
1085
host->can_queue =
AHC_MAX_QUEUE
;
in ahc_linux_register_host()
1358
tags =
AHC_MAX_QUEUE
;
in ahc_linux_user_tagdepth()
1364
if (tags >
AHC_MAX_QUEUE
)
in ahc_linux_user_tagdepth()
1365
tags =
AHC_MAX_QUEUE
;
in ahc_linux_user_tagdepth()
H
A
D
aic7xxx.h
155
#define
AHC_MAX_QUEUE
253
macro
162
#define AHC_SCB_MAX_ALLOC (
AHC_MAX_QUEUE
+1)
H
A
D
aic7xxx_core.c
5034
ahc->scb_data->maxhscbs,
AHC_MAX_QUEUE
);
in ahc_controller_info()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
209
#define AIC7XXX_CMDS_PER_DEVICE
AHC_MAX_QUEUE
789
.can_queue =
AHC_MAX_QUEUE
,
1084
host->can_queue =
AHC_MAX_QUEUE
;
in ahc_linux_register_host()
1357
tags =
AHC_MAX_QUEUE
;
in ahc_linux_user_tagdepth()
1363
if (tags >
AHC_MAX_QUEUE
)
in ahc_linux_user_tagdepth()
1364
tags =
AHC_MAX_QUEUE
;
in ahc_linux_user_tagdepth()
H
A
D
aic7xxx.h
155
#define
AHC_MAX_QUEUE
253
macro
162
#define AHC_SCB_MAX_ALLOC (
AHC_MAX_QUEUE
+1)
H
A
D
aic7xxx_core.c
5033
ahc->scb_data->maxhscbs,
AHC_MAX_QUEUE
);
in ahc_controller_info()
Completed in 26 milliseconds