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_TARGETS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
141
#define
AHD_NUM_TARGETS
16
macro
637
struct scb_list free_scb_lists[
AHD_NUM_TARGETS
* AHD_NUM_LUNS_NONPKT];
769
struct ahd_initiator_tinfo transinfo[
AHD_NUM_TARGETS
];
1100
struct ahd_tmode_tstate *enabled_targets[
AHD_NUM_TARGETS
];
H
A
D
aic79xx_osm.h
343
struct scsi_target *starget[
AHD_NUM_TARGETS
];
H
A
D
aic79xx_osm.c
1023
for (j = 0; j <
AHD_NUM_TARGETS
; j++) {
in ahd_linux_setup_tag_info_global()
1035
&& (targ <
AHD_NUM_TARGETS
)) {
in ahd_linux_setup_tag_info()
1330
for (i = 0; i <
AHD_NUM_TARGETS
; i++) {
in ahd_platform_free()
H
A
D
aic79xx_core.c
6141
for (i = 0; i <
AHD_NUM_TARGETS
; i++) {
in ahd_free()
6360
for (i = 0; i <
AHD_NUM_TARGETS
* AHD_NUM_LUNS_NONPKT; i++)
in ahd_init_scbdata()
7369
for (target = 0; target <
AHD_NUM_TARGETS
; target++) {
in ahd_chip_init()
7376
for (target = 0; target <
AHD_NUM_TARGETS
; target++) {
in ahd_chip_init()
7434
for (i = 0; i <
AHD_NUM_TARGETS
; i++)
in ahd_chip_init()
7471
for (target = 0; target <
AHD_NUM_TARGETS
; target++) {
in ahd_chip_init()
7558
for (targ = 0; targ <
AHD_NUM_TARGETS
; targ++) {
in ahd_default_config()
8223
if (targets >
AHD_NUM_TARGETS
)
in ahd_search_qinfifo()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
141
#define
AHD_NUM_TARGETS
16
macro
637
struct scb_list free_scb_lists[
AHD_NUM_TARGETS
* AHD_NUM_LUNS_NONPKT];
769
struct ahd_initiator_tinfo transinfo[
AHD_NUM_TARGETS
];
1100
struct ahd_tmode_tstate *enabled_targets[
AHD_NUM_TARGETS
];
H
A
D
aic79xx_osm.h
343
struct scsi_target *starget[
AHD_NUM_TARGETS
];
H
A
D
aic79xx_osm.c
1017
for (j = 0; j <
AHD_NUM_TARGETS
; j++) {
in ahd_linux_setup_tag_info_global()
1029
&& (targ <
AHD_NUM_TARGETS
)) {
in ahd_linux_setup_tag_info()
1324
for (i = 0; i <
AHD_NUM_TARGETS
; i++) {
in ahd_platform_free()
H
A
D
aic79xx_core.c
6140
for (i = 0; i <
AHD_NUM_TARGETS
; i++) {
in ahd_free()
6359
for (i = 0; i <
AHD_NUM_TARGETS
* AHD_NUM_LUNS_NONPKT; i++)
in ahd_init_scbdata()
7368
for (target = 0; target <
AHD_NUM_TARGETS
; target++) {
in ahd_chip_init()
7375
for (target = 0; target <
AHD_NUM_TARGETS
; target++) {
in ahd_chip_init()
7433
for (i = 0; i <
AHD_NUM_TARGETS
; i++)
in ahd_chip_init()
7470
for (target = 0; target <
AHD_NUM_TARGETS
; target++) {
in ahd_chip_init()
7557
for (targ = 0; targ <
AHD_NUM_TARGETS
; targ++) {
in ahd_default_config()
8218
if (targets >
AHD_NUM_TARGETS
)
in ahd_search_qinfifo()
Completed in 39 milliseconds