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_NUM_LUNS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
102
(tcl & (
AHC_NUM_LUNS
- 1))
123
#define
AHC_NUM_LUNS
64
macro
714
struct ahc_tmode_lstate* enabled_luns[
AHC_NUM_LUNS
];
H
A
D
aic7xxx_proc.c
159
for (lun = 0; lun <
AHC_NUM_LUNS
; lun++) {
in ahc_dump_target_state()
H
A
D
aic7xxx_core.c
4319
for (lun = 0; lun <
AHC_NUM_LUNS
; lun++) {
in ahc_handle_devreset()
4497
for (j = 0; j <
AHC_NUM_LUNS
; j++) {
in ahc_free()
5096
for (lun = 1; lun <
AHC_NUM_LUNS
; lun++)
in ahc_chip_init()
6319
maxlun =
AHC_NUM_LUNS
;
in ahc_abort_scbs()
6541
for (lun = 0; lun <
AHC_NUM_LUNS
; lun++) {
in ahc_reset_channel()
7314
if (ccb->ccb_h.target_lun >=
AHC_NUM_LUNS
)
in ahc_find_tmode_devs()
H
A
D
aic7xxx_osm.c
1091
host->max_lun =
AHC_NUM_LUNS
;
in ahc_linux_register_host()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
102
(tcl & (
AHC_NUM_LUNS
- 1))
123
#define
AHC_NUM_LUNS
64
macro
714
struct ahc_tmode_lstate* enabled_luns[
AHC_NUM_LUNS
];
H
A
D
aic7xxx_proc.c
159
for (lun = 0; lun <
AHC_NUM_LUNS
; lun++) {
in ahc_dump_target_state()
H
A
D
aic7xxx_core.c
4317
for (lun = 0; lun <
AHC_NUM_LUNS
; lun++) {
in ahc_handle_devreset()
4496
for (j = 0; j <
AHC_NUM_LUNS
; j++) {
in ahc_free()
5095
for (lun = 1; lun <
AHC_NUM_LUNS
; lun++)
in ahc_chip_init()
6314
maxlun =
AHC_NUM_LUNS
;
in ahc_abort_scbs()
6536
for (lun = 0; lun <
AHC_NUM_LUNS
; lun++) {
in ahc_reset_channel()
7308
if (ccb->ccb_h.target_lun >=
AHC_NUM_LUNS
)
in ahc_find_tmode_devs()
H
A
D
aic7xxx_osm.c
1090
host->max_lun =
AHC_NUM_LUNS
;
in ahc_linux_register_host()
Completed in 28 milliseconds