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:done_qbuffer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
1178
reg->
done_qbuffer
[i] = 0;
in arcmsr_resume()
1509
flag_ccb = reg->
done_qbuffer
[i];
in arcmsr_done4abort_postqueue()
1511
reg->
done_qbuffer
[i] = 0;
in arcmsr_done4abort_postqueue()
1551
pmu->
done_qbuffer
[0].addressLow + 1;
in arcmsr_done4abort_postqueue()
1562
addressLow = pmu->
done_qbuffer
[doneq_index &
in arcmsr_done4abort_postqueue()
2493
while ((flag_ccb = reg->
done_qbuffer
[index]) != 0) {
in arcmsr_hbaB_postqueue_isr()
2501
reg->
done_qbuffer
[index] = 0;
in arcmsr_hbaB_postqueue_isr()
2555
outbound_write_pointer = pmu->
done_qbuffer
[0].addressLow + 1;
in arcmsr_hbaD_postqueue_isr()
2565
addressLow = pmu->
done_qbuffer
[doneq_index &
in arcmsr_hbaD_postqueue_isr()
3562
flag_ccb = reg->
done_qbuffer
[inde
in arcmsr_hbaB_polling_ccbdone()
[all...]
H
A
D
arcmsr.h
531
uint32_t
done_qbuffer
[ARCMSR_MAX_HBB_POSTQUEUE];
member
637
done_qbuffer
[ARCMSR_MAX_ARC1214_DONEQUEUE];
member
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
1177
reg->
done_qbuffer
[i] = 0;
in arcmsr_resume()
1501
flag_ccb = reg->
done_qbuffer
[i];
in arcmsr_done4abort_postqueue()
1503
reg->
done_qbuffer
[i] = 0;
in arcmsr_done4abort_postqueue()
1543
pmu->
done_qbuffer
[0].addressLow + 1;
in arcmsr_done4abort_postqueue()
1554
addressLow = pmu->
done_qbuffer
[doneq_index &
in arcmsr_done4abort_postqueue()
2488
while ((flag_ccb = reg->
done_qbuffer
[index]) != 0) {
in arcmsr_hbaB_postqueue_isr()
2496
reg->
done_qbuffer
[index] = 0;
in arcmsr_hbaB_postqueue_isr()
2550
outbound_write_pointer = pmu->
done_qbuffer
[0].addressLow + 1;
in arcmsr_hbaD_postqueue_isr()
2560
addressLow = pmu->
done_qbuffer
[doneq_index &
in arcmsr_hbaD_postqueue_isr()
3567
flag_ccb = reg->
done_qbuffer
[inde
in arcmsr_hbaB_polling_ccbdone()
[all...]
H
A
D
arcmsr.h
533
uint32_t
done_qbuffer
[ARCMSR_MAX_HBB_POSTQUEUE];
member
639
done_qbuffer
[ARCMSR_MAX_ARC1214_DONEQUEUE];
member
Completed in 17 milliseconds