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:response_ring
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qla1280.c
1877
* ha->
response_ring
= response ring virtual address
1912
ha->response_ring_ptr = ha->
response_ring
;
in qla1280_init_rings()
3545
ha->response_ring_ptr = ha->
response_ring
;
in qla1280_isr()
4217
ha->
response_ring
= dma_alloc_coherent(&ha->pdev->dev,
in qla1280_probe_one()
4220
if (!ha->
response_ring
) {
in qla1280_probe_one()
4303
ha->
response_ring
, ha->response_dma);
in qla1280_probe_one()
4340
ha->
response_ring
, ha->response_dma);
in qla1280_remove_one()
H
A
D
qla1280.h
1044
struct response *
response_ring
; /* Base virtual address */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qla1280.c
1867
* ha->
response_ring
= response ring virtual address
1902
ha->response_ring_ptr = ha->
response_ring
;
in qla1280_init_rings()
3535
ha->response_ring_ptr = ha->
response_ring
;
in qla1280_isr()
4206
ha->
response_ring
= dma_alloc_coherent(&ha->pdev->dev,
in qla1280_probe_one()
4209
if (!ha->
response_ring
) {
in qla1280_probe_one()
4292
ha->
response_ring
, ha->response_dma);
in qla1280_probe_one()
4329
ha->
response_ring
, ha->response_dma);
in qla1280_remove_one()
H
A
D
qla1280.h
1043
struct response *
response_ring
; /* Base virtual address */
member
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
690
struct queue_entry *
response_ring
;
member
H
A
D
ql4_init.c
98
ha->response_ptr = &ha->
response_ring
[ha->response_out];
in qla4xxx_init_rings()
H
A
D
ql4_isr.c
487
ha->response_ptr = ha->
response_ring
;
in qla4xxx_process_response_queue()
H
A
D
ql4_os.c
4197
ha->
response_ring
= NULL;
in qla4xxx_mem_free()
4275
ha->
response_ring
= (struct queue_entry *) (ha->queues + align +
in qla4xxx_mem_alloc()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
699
struct queue_entry *
response_ring
;
member
H
A
D
ql4_init.c
98
ha->response_ptr = &ha->
response_ring
[ha->response_out];
in qla4xxx_init_rings()
H
A
D
ql4_isr.c
485
ha->response_ptr = ha->
response_ring
;
in qla4xxx_process_response_queue()
H
A
D
ql4_os.c
4190
ha->
response_ring
= NULL;
in qla4xxx_mem_free()
4266
ha->
response_ring
= (struct queue_entry *) (ha->queues + align +
in qla4xxx_mem_alloc()
Completed in 47 milliseconds