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_dma
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qla1280.c
1879
* ha->
response_dma
= response ring physical address
1917
mb[3] = ha->
response_dma
& 0xffff;
in qla1280_init_rings()
1918
mb[2] = (ha->
response_dma
>> 16) & 0xffff;
in qla1280_init_rings()
1920
mb[7] = upper_32_bits(ha->
response_dma
) & 0xffff;
in qla1280_init_rings()
1921
mb[6] = upper_32_bits(ha->
response_dma
) >> 16;
in qla1280_init_rings()
4219
&ha->
response_dma
, GFP_KERNEL);
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
1043
dma_addr_t
response_dma
; /* Physical address. */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qla1280.c
1869
* ha->
response_dma
= response ring physical address
1907
mb[3] = ha->
response_dma
& 0xffff;
in qla1280_init_rings()
1908
mb[2] = (ha->
response_dma
>> 16) & 0xffff;
in qla1280_init_rings()
1910
mb[7] = upper_32_bits(ha->
response_dma
) & 0xffff;
in qla1280_init_rings()
1911
mb[6] = upper_32_bits(ha->
response_dma
) >> 16;
in qla1280_init_rings()
4208
&ha->
response_dma
, GFP_KERNEL);
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
1042
dma_addr_t
response_dma
; /* Physical address. */
member
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
689
dma_addr_t
response_dma
;
member
H
A
D
ql4_mbx.c
652
init_fw_cb->compq_addr_lo = cpu_to_le32(LSDW(ha->
response_dma
));
in qla4xxx_initialize_fw_cb()
653
init_fw_cb->compq_addr_hi = cpu_to_le32(MSDW(ha->
response_dma
));
in qla4xxx_initialize_fw_cb()
H
A
D
ql4_os.c
4198
ha->
response_dma
= 0;
in qla4xxx_mem_free()
4273
ha->
response_dma
= ha->queues_dma + align +
in qla4xxx_mem_alloc()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
698
dma_addr_t
response_dma
;
member
H
A
D
ql4_mbx.c
652
init_fw_cb->compq_addr_lo = cpu_to_le32(LSDW(ha->
response_dma
));
in qla4xxx_initialize_fw_cb()
653
init_fw_cb->compq_addr_hi = cpu_to_le32(MSDW(ha->
response_dma
));
in qla4xxx_initialize_fw_cb()
H
A
D
ql4_os.c
4191
ha->
response_dma
= 0;
in qla4xxx_mem_free()
4264
ha->
response_dma
= ha->queues_dma + align +
in qla4xxx_mem_alloc()
Completed in 45 milliseconds