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_SCB_MAX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
162
#define
AHD_SCB_MAX
512
macro
168
#define AHD_MAX_QUEUE
AHD_SCB_MAX
647
struct scb *scbindex[
AHD_SCB_MAX
];
1142
uint16_t qinfifo[
AHD_SCB_MAX
];
H
A
D
aic79xx_core.c
792
if (tag >=
AHD_SCB_MAX
)
in ahd_lookup_scb()
891
/*len*/
AHD_SCB_MAX
* sizeof(struct ahd_completion), op);
in ahd_sync_qoutfifo()
6309
for (i = 0; i <
AHD_SCB_MAX
; i++) {
in ahd_probe_scbs()
7039
driver_data_size =
AHD_SCB_MAX
* sizeof(*ahd->qoutfifo)
in ahd_init()
8393
if (found >
AHD_SCB_MAX
)
in ahd_search_scb_list()
9722
if (i++ >
AHD_SCB_MAX
)
in ahd_dump_card_state()
9743
} while (list_scb && i++ <
AHD_SCB_MAX
);
in ahd_dump_card_state()
9747
if (i++ >
AHD_SCB_MAX
)
in ahd_dump_card_state()
9756
while (!SCBID_IS_NULL(scb_index) && i++ <
AHD_SCB_MAX
) {
in ahd_dump_card_state()
9766
while (!SCBID_IS_NULL(scb_index) && i++ <
AHD_SCB_MAX
) {
in ahd_dump_card_state()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
162
#define
AHD_SCB_MAX
512
macro
168
#define AHD_MAX_QUEUE
AHD_SCB_MAX
647
struct scb *scbindex[
AHD_SCB_MAX
];
1142
uint16_t qinfifo[
AHD_SCB_MAX
];
H
A
D
aic79xx_core.c
792
if (tag >=
AHD_SCB_MAX
)
in ahd_lookup_scb()
891
/*len*/
AHD_SCB_MAX
* sizeof(struct ahd_completion), op);
in ahd_sync_qoutfifo()
6308
for (i = 0; i <
AHD_SCB_MAX
; i++) {
in ahd_probe_scbs()
7038
driver_data_size =
AHD_SCB_MAX
* sizeof(*ahd->qoutfifo)
in ahd_init()
8388
if (found >
AHD_SCB_MAX
)
in ahd_search_scb_list()
9718
if (i++ >
AHD_SCB_MAX
)
in ahd_dump_card_state()
9739
} while (list_scb && i++ <
AHD_SCB_MAX
);
in ahd_dump_card_state()
9743
if (i++ >
AHD_SCB_MAX
)
in ahd_dump_card_state()
9752
while (!SCBID_IS_NULL(scb_index) && i++ <
AHD_SCB_MAX
) {
in ahd_dump_card_state()
9762
while (!SCBID_IS_NULL(scb_index) && i++ <
AHD_SCB_MAX
) {
in ahd_dump_card_state()
[all...]
Completed in 30 milliseconds