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:BLOGIC_MAXDEV
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
BusLogic.h
40
#define
BLOGIC_MAXDEV
16
macro
893
unsigned char qdepth[
BLOGIC_MAXDEV
];
1057
struct blogic_ccb *bdr_pend[
BLOGIC_MAXDEV
];
1058
struct blogic_tgt_flags tgt_flags[
BLOGIC_MAXDEV
];
1059
unsigned char qdepth[
BLOGIC_MAXDEV
];
1060
unsigned char sync_period[
BLOGIC_MAXDEV
];
1061
unsigned char sync_offset[
BLOGIC_MAXDEV
];
1062
unsigned char active_cmds[
BLOGIC_MAXDEV
];
1063
unsigned int cmds_since_rst[
BLOGIC_MAXDEV
];
1064
unsigned long last_seqpoint[
BLOGIC_MAXDEV
];
[all...]
H
A
D
BusLogic.c
1767
for (tgt_id = 0; tgt_id <
BLOGIC_MAXDEV
; tgt_id++) {
in blogic_rdconfig()
1829
char syncstr[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
1830
char widestr[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
1831
char discon_str[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
1832
char tagq_str[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
2176
u8 sync_period[
BLOGIC_MAXDEV
];
in blogic_inquiry()
3471
memset(tgt_stats, 0,
BLOGIC_MAXDEV
* sizeof(struct blogic_tgt_stats));
in blogic_write_info()
3712
for (tgt_id = 0; tgt_id <
BLOGIC_MAXDEV
; tgt_id++) {
in blogic_parseopts()
3741
for (tgt_id = 0; tgt_id <
BLOGIC_MAXDEV
; tgt_id++)
in blogic_parseopts()
3757
tgt_id <
BLOGIC_MAXDEV
;
in blogic_parseopts()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
BusLogic.h
40
#define
BLOGIC_MAXDEV
16
macro
885
unsigned char qdepth[
BLOGIC_MAXDEV
];
1046
struct blogic_ccb *bdr_pend[
BLOGIC_MAXDEV
];
1047
struct blogic_tgt_flags tgt_flags[
BLOGIC_MAXDEV
];
1048
unsigned char qdepth[
BLOGIC_MAXDEV
];
1049
unsigned char sync_period[
BLOGIC_MAXDEV
];
1050
unsigned char sync_offset[
BLOGIC_MAXDEV
];
1051
unsigned char active_cmds[
BLOGIC_MAXDEV
];
1052
unsigned int cmds_since_rst[
BLOGIC_MAXDEV
];
1053
unsigned long last_seqpoint[
BLOGIC_MAXDEV
];
[all...]
H
A
D
BusLogic.c
1642
for (tgt_id = 0; tgt_id <
BLOGIC_MAXDEV
; tgt_id++) {
in blogic_rdconfig()
1699
char syncstr[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
1700
char widestr[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
1701
char discon_str[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
1702
char tagq_str[
BLOGIC_MAXDEV
+ 1];
in blogic_reportconfig()
2025
u8 sync_period[
BLOGIC_MAXDEV
];
in blogic_inquiry()
3327
memset(tgt_stats, 0,
BLOGIC_MAXDEV
* sizeof(struct blogic_tgt_stats));
in blogic_write_info()
3538
for (tgt_id = 0; tgt_id <
BLOGIC_MAXDEV
; tgt_id++) {
in blogic_parseopts()
3567
for (tgt_id = 0; tgt_id <
BLOGIC_MAXDEV
; tgt_id++)
in blogic_parseopts()
3583
tgt_id <
BLOGIC_MAXDEV
;
in blogic_parseopts()
[all...]
Completed in 14 milliseconds