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:reset_tmplt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_83xx.c
607
if (!ha->
reset_tmplt
.buff) {
in qla4_83xx_dump_reset_seq_hdr()
613
phdr = ha->
reset_tmplt
.buff;
in qla4_83xx_dump_reset_seq_hdr()
737
ha->
reset_tmplt
.seq_error++;
in qla4_83xx_poll_reg()
748
uint16_t *buff = (uint16_t *)ha->
reset_tmplt
.buff;
in qla4_83xx_reset_seq_checksum_test()
749
int u16_count = ha->
reset_tmplt
.hdr->size / sizeof(uint16_t);
in qla4_83xx_reset_seq_checksum_test()
780
ha->
reset_tmplt
.seq_error = 0;
in qla4_83xx_read_reset_template()
781
ha->
reset_tmplt
.buff = vmalloc(QLA83XX_RESTART_TEMPLATE_SIZE);
in qla4_83xx_read_reset_template()
782
if (ha->
reset_tmplt
.buff == NULL) {
in qla4_83xx_read_reset_template()
788
p_buff = ha->
reset_tmplt
.buff;
in qla4_83xx_read_reset_template()
807
ha->
reset_tmplt
in qla4_83xx_read_reset_template()
[all...]
H
A
D
ql4_def.h
809
struct qla4_83xx_reset_template
reset_tmplt
;
member
H
A
D
ql4_os.c
4229
if (ha->
reset_tmplt
.buff)
in qla4xxx_mem_free()
4230
vfree(ha->
reset_tmplt
.buff);
in qla4xxx_mem_free()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_83xx.c
606
if (!ha->
reset_tmplt
.buff) {
in qla4_83xx_dump_reset_seq_hdr()
612
phdr = ha->
reset_tmplt
.buff;
in qla4_83xx_dump_reset_seq_hdr()
736
ha->
reset_tmplt
.seq_error++;
in qla4_83xx_poll_reg()
747
uint16_t *buff = (uint16_t *)ha->
reset_tmplt
.buff;
in qla4_83xx_reset_seq_checksum_test()
748
int u16_count = ha->
reset_tmplt
.hdr->size / sizeof(uint16_t);
in qla4_83xx_reset_seq_checksum_test()
779
ha->
reset_tmplt
.seq_error = 0;
in qla4_83xx_read_reset_template()
780
ha->
reset_tmplt
.buff = vmalloc(QLA83XX_RESTART_TEMPLATE_SIZE);
in qla4_83xx_read_reset_template()
781
if (ha->
reset_tmplt
.buff == NULL) {
in qla4_83xx_read_reset_template()
787
p_buff = ha->
reset_tmplt
.buff;
in qla4_83xx_read_reset_template()
806
ha->
reset_tmplt
in qla4_83xx_read_reset_template()
[all...]
H
A
D
ql4_def.h
818
struct qla4_83xx_reset_template
reset_tmplt
;
member
H
A
D
ql4_os.c
4221
vfree(ha->
reset_tmplt
.buff);
in qla4xxx_mem_free()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nx2.c
243
value = vha->
reset_tmplt
.array[p_rmw_hdr->index_a];
in qla8044_rmw_crb_reg()
693
vha->
reset_tmplt
.seq_error++;
in qla8044_poll_reg()
799
vha->
reset_tmplt
.seq_index);
in qla8044_poll_write_list()
863
vha->
reset_tmplt
.template_end = 1;
in qla8044_template_end()
865
if (vha->
reset_tmplt
.seq_error == 0) {
in qla8044_template_end()
878
* read dr_addr register and assign to
reset_tmplt
.array.
915
vha->
reset_tmplt
.seq_index);
in qla8044_poll_read_list()
917
index = vha->
reset_tmplt
.array_index;
in qla8044_poll_read_list()
920
vha->
reset_tmplt
.array[index++] = value;
in qla8044_poll_read_list()
922
vha->
reset_tmplt
in qla8044_poll_read_list()
[all...]
H
A
D
qla_def.h
4826
struct qla8044_reset_template
reset_tmplt
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nx2.c
243
value = vha->
reset_tmplt
.array[p_rmw_hdr->index_a];
in qla8044_rmw_crb_reg()
693
vha->
reset_tmplt
.seq_error++;
in qla8044_poll_reg()
799
vha->
reset_tmplt
.seq_index);
in qla8044_poll_write_list()
863
vha->
reset_tmplt
.template_end = 1;
in qla8044_template_end()
865
if (vha->
reset_tmplt
.seq_error == 0) {
in qla8044_template_end()
878
* read dr_addr register and assign to
reset_tmplt
.array.
915
vha->
reset_tmplt
.seq_index);
in qla8044_poll_read_list()
917
index = vha->
reset_tmplt
.array_index;
in qla8044_poll_read_list()
920
vha->
reset_tmplt
.array[index++] = value;
in qla8044_poll_read_list()
922
vha->
reset_tmplt
in qla8044_poll_read_list()
[all...]
H
A
D
qla_def.h
5077
struct qla8044_reset_template
reset_tmplt
;
member
Completed in 58 milliseconds