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:sync_max_depth
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
fas216.h
271
unsigned char
sync_max_depth
; /* Synchronous xfer max fifo depth */
member
H
A
D
arxescsi.c
287
info->info.ifcfg.
sync_max_depth
= 0;
in arxescsi_probe()
H
A
D
fas216.c
210
printk(" ifcfg={ clockrate=%X select_timeout=%X asyncperiod=%X
sync_max_depth
=%X }\n",
in fas216_dumpinfo()
212
info->ifcfg.asyncperiod, info->ifcfg.
sync_max_depth
);
in fas216_dumpinfo()
555
if (msg[4] > info->ifcfg.
sync_max_depth
)
in fas216_handlesync()
556
msg[4] = info->ifcfg.
sync_max_depth
;
in fas216_handlesync()
581
if (msg[4] <= info->ifcfg.
sync_max_depth
&&
in fas216_handlesync()
1806
info->ifcfg.
sync_max_depth
);
in fas216_start_command()
H
A
D
powertec.c
337
info->info.ifcfg.
sync_max_depth
= 7;
in powertecscsi_probe()
H
A
D
eesox.c
530
info->info.ifcfg.
sync_max_depth
= 7;
in eesoxscsi_probe()
H
A
D
cumana_2.c
413
info->info.ifcfg.
sync_max_depth
= 7;
in cumanascsi2_probe()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H
A
D
fas216.h
271
unsigned char
sync_max_depth
; /* Synchronous xfer max fifo depth */
member
H
A
D
arxescsi.c
292
info->info.ifcfg.
sync_max_depth
= 0;
in arxescsi_probe()
H
A
D
fas216.c
213
printk(" ifcfg={ clockrate=%X select_timeout=%X asyncperiod=%X
sync_max_depth
=%X }\n",
in fas216_dumpinfo()
215
info->ifcfg.asyncperiod, info->ifcfg.
sync_max_depth
);
in fas216_dumpinfo()
558
if (msg[4] > info->ifcfg.
sync_max_depth
)
in fas216_handlesync()
559
msg[4] = info->ifcfg.
sync_max_depth
;
in fas216_handlesync()
584
if (msg[4] <= info->ifcfg.
sync_max_depth
&&
in fas216_handlesync()
1813
info->ifcfg.
sync_max_depth
);
in fas216_start_command()
H
A
D
eesox.c
535
info->info.ifcfg.
sync_max_depth
= 7;
in eesoxscsi_probe()
H
A
D
powertec.c
341
info->info.ifcfg.
sync_max_depth
= 7;
in powertecscsi_probe()
H
A
D
cumana_2.c
418
info->info.ifcfg.
sync_max_depth
= 7;
in cumanascsi2_probe()
Completed in 15 milliseconds