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:MAX_REPLY_QUEUES
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.h
235
struct reply_queue_buffer reply_queue[
MAX_REPLY_QUEUES
];
257
u8 q[
MAX_REPLY_QUEUES
];
258
char intrname[
MAX_REPLY_QUEUES
][16]; /* "hpsa0-msix00" names */
H
A
D
hpsa_cmd.h
687
#define
MAX_REPLY_QUEUES
64
macro
688
struct vals32 RepQAddr[
MAX_REPLY_QUEUES
];
H
A
D
hpsa.c
6979
* 0 <= x <
MAX_REPLY_QUEUES
.
7496
ret = pci_alloc_irq_vectors(h->pdev, 1,
MAX_REPLY_QUEUES
,
in hpsa_interrupt_mode()
8069
for (; i <
MAX_REPLY_QUEUES
; i++)
in hpsa_free_irqs()
8088
for (i = 0; i <
MAX_REPLY_QUEUES
; i++)
in hpsa_request_irqs()
8108
for (; j <
MAX_REPLY_QUEUES
; j++)
in hpsa_request_irqs()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.h
235
struct reply_queue_buffer reply_queue[
MAX_REPLY_QUEUES
];
257
u8 q[
MAX_REPLY_QUEUES
];
258
char intrname[
MAX_REPLY_QUEUES
][16]; /* "hpsa0-msix00" names */
H
A
D
hpsa_cmd.h
700
#define
MAX_REPLY_QUEUES
64
macro
701
struct vals32 RepQAddr[
MAX_REPLY_QUEUES
];
H
A
D
hpsa.c
7007
* 0 <= x <
MAX_REPLY_QUEUES
.
7523
ret = pci_alloc_irq_vectors(h->pdev, 1,
MAX_REPLY_QUEUES
,
in hpsa_interrupt_mode()
8094
for (; i <
MAX_REPLY_QUEUES
; i++)
in hpsa_free_irqs()
8113
for (i = 0; i <
MAX_REPLY_QUEUES
; i++)
in hpsa_request_irqs()
8133
for (; j <
MAX_REPLY_QUEUES
; j++)
in hpsa_request_irqs()
Completed in 35 milliseconds