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:atio_q_length
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_fw.h
355
__le16
atio_q_length
;
member
2088
__le16
atio_q_length
;
member
H
A
D
qla_os.c
2906
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
2922
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
2938
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
2985
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3016
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3033
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
H
A
D
qla_tmpl.c
370
length = ha->tgt.
atio_q_length
;
in qla27xx_fwdt_entry_t263()
H
A
D
qla_target.c
6699
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qlt_vport_create()
6740
for (cnt = 0; cnt < ha->tgt.
atio_q_length
; cnt++) {
in qlt_init_atio_q_entries()
6788
if (ha->tgt.atio_ring_index == ha->tgt.
atio_q_length
) {
in qlt_24xx_process_atio_queue()
7185
(ha->tgt.
atio_q_length
+ 1) * sizeof(struct atio_from_isp),
in qlt_mem_alloc()
7201
dma_free_coherent(&ha->pdev->dev, (ha->tgt.
atio_q_length
+ 1) *
in qlt_mem_free()
H
A
D
qla_def.h
3806
uint16_t
atio_q_length
;
member
4161
#define IS_TGT_MODE_CAPABLE(ha) (ha->tgt.
atio_q_length
)
H
A
D
qla_init.c
3383
mq_size += ha->tgt.
atio_q_length
* sizeof(request_t);
in qla2x00_alloc_fw_dump()
4186
icb->
atio_q_length
= cpu_to_le16(ha->tgt.
atio_q_length
);
in qla24xx_config_rings()
H
A
D
qla_dbg.c
571
aqp->length = ha->tgt.
atio_q_length
;
in qla2xxx_copy_atioqueues()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_fw.h
356
__le16
atio_q_length
;
member
2119
__le16
atio_q_length
;
member
H
A
D
qla_os.c
3069
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3085
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3101
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3148
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3179
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
3196
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qla2x00_probe_one()
H
A
D
qla_tmpl.c
370
length = ha->tgt.
atio_q_length
;
in qla27xx_fwdt_entry_t263()
H
A
D
qla_target.c
6736
ha->tgt.
atio_q_length
= ATIO_ENTRY_CNT_24XX;
in qlt_vport_create()
6777
for (cnt = 0; cnt < ha->tgt.
atio_q_length
; cnt++) {
in qlt_init_atio_q_entries()
6825
if (ha->tgt.atio_ring_index == ha->tgt.
atio_q_length
) {
in qlt_24xx_process_atio_queue()
7209
(ha->tgt.
atio_q_length
+ 1) * sizeof(struct atio_from_isp),
in qlt_mem_alloc()
7224
dma_free_coherent(&ha->pdev->dev, (ha->tgt.
atio_q_length
+ 1) *
in qlt_mem_free()
H
A
D
qla_def.h
4014
uint16_t
atio_q_length
;
member
4389
#define IS_TGT_MODE_CAPABLE(ha) (ha->tgt.
atio_q_length
)
H
A
D
qla_init.c
3821
mq_size += ha->tgt.
atio_q_length
* sizeof(request_t);
in qla2x00_alloc_fw_dump()
4670
icb->
atio_q_length
= cpu_to_le16(ha->tgt.
atio_q_length
);
in qla24xx_config_rings()
H
A
D
qla_dbg.c
570
aqp->length = ha->tgt.
atio_q_length
;
in qla2xxx_copy_atioqueues()
Completed in 102 milliseconds