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:AHD_NUM_LUNS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
103
(tcl & (
AHD_NUM_LUNS
- 1))
150
#define
AHD_NUM_LUNS
256
macro
768
struct ahd_tmode_lstate* enabled_luns[
AHD_NUM_LUNS
];
H
A
D
aic79xx_proc.c
179
for (lun = 0; lun <
AHD_NUM_LUNS
; lun++) {
in ahd_dump_target_state()
H
A
D
aic79xx_core.c
5914
max_lun =
AHD_NUM_LUNS
- 1;
in ahd_handle_devreset()
6149
for (j = 0; j <
AHD_NUM_LUNS
; j++) {
in ahd_free()
8745
for (lun = 0; lun <
AHD_NUM_LUNS
; lun++) {
in ahd_reset_channel()
10209
if (ccb->ccb_h.target_lun >=
AHD_NUM_LUNS
)
in ahd_find_tmode_devs()
H
A
D
aic79xx_osm.c
1230
host->max_lun =
AHD_NUM_LUNS
;
in ahd_linux_register_host()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
103
(tcl & (
AHD_NUM_LUNS
- 1))
150
#define
AHD_NUM_LUNS
256
macro
768
struct ahd_tmode_lstate* enabled_luns[
AHD_NUM_LUNS
];
H
A
D
aic79xx_proc.c
179
for (lun = 0; lun <
AHD_NUM_LUNS
; lun++) {
in ahd_dump_target_state()
H
A
D
aic79xx_core.c
5912
max_lun =
AHD_NUM_LUNS
- 1;
in ahd_handle_devreset()
6148
for (j = 0; j <
AHD_NUM_LUNS
; j++) {
in ahd_free()
8740
for (lun = 0; lun <
AHD_NUM_LUNS
; lun++) {
in ahd_reset_channel()
10204
if (ccb->ccb_h.target_lun >=
AHD_NUM_LUNS
)
in ahd_find_tmode_devs()
H
A
D
aic79xx_osm.c
1224
host->max_lun =
AHD_NUM_LUNS
;
in ahd_linux_register_host()
Completed in 39 milliseconds