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:queue_pair_map
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_inline.h
410
if (ha->
queue_pair_map
[i])
in qla_get_fw_resources()
411
iocbs_used += ha->
queue_pair_map
[i]->fwres.iocbs_used;
in qla_get_fw_resources()
423
if (ha->
queue_pair_map
[i])
in qla_get_fw_resources()
424
exch_used += ha->
queue_pair_map
[i]->fwres.exch_used;
in qla_get_fw_resources()
H
A
D
qla_dfs.c
268
if (ha->
queue_pair_map
[i]) {
in qla_dfs_fw_resource_cnt_show()
269
iocbs_used += ha->
queue_pair_map
[i]->fwres.iocbs_used;
in qla_dfs_fw_resource_cnt_show()
270
exch_used += ha->
queue_pair_map
[i]->fwres.exch_used;
in qla_dfs_fw_resource_cnt_show()
321
qpair = vha->hw->
queue_pair_map
[i];
in qla_dfs_tgt_counters_show()
H
A
D
qla_os.c
477
ha->
queue_pair_map
= kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *),
in qla2x00_alloc_queues()
479
if (!ha->
queue_pair_map
) {
in qla2x00_alloc_queues()
485
kfree(ha->
queue_pair_map
);
in qla2x00_alloc_queues()
486
ha->
queue_pair_map
= NULL;
in qla2x00_alloc_queues()
554
if (ha->
queue_pair_map
) {
in qla2x00_free_queues()
555
kfree(ha->
queue_pair_map
);
in qla2x00_free_queues()
556
ha->
queue_pair_map
= NULL;
in qla2x00_free_queues()
896
qpair = ha->
queue_pair_map
[hwq];
in qla2xxx_queuecommand()
1431
qpair = ha->
queue_pair_map
[i];
in qla2x00_eh_wait_for_pending_commands()
1930
if (!ha->
queue_pair_map
)
in qla2x00_abort_all_cmds()
[all...]
H
A
D
qla_def.h
4185
struct qla_qpair **
queue_pair_map
;
member
5172
if (_ha->
queue_pair_map
[i]) \
5173
_ha->
queue_pair_map
[i]->fw_started = 1; \
5182
if (_ha->
queue_pair_map
[i]) \
5183
_ha->
queue_pair_map
[i]->fw_started = 0; \
5252
if (_ha->
queue_pair_map
[i]) \
5253
_ha->
queue_pair_map
[i]->enable_explicit_conf = 1; \
5261
if (_ha->
queue_pair_map
[i]) \
5262
_ha->
queue_pair_map
[i]->enable_explicit_conf = 0; \
H
A
D
qla_nvme.c
141
if (ha->
queue_pair_map
[qidx]) {
in qla_nvme_alloc_queue()
142
*handle = ha->
queue_pair_map
[qidx];
in qla_nvme_alloc_queue()
H
A
D
qla_init.c
4213
if (ha->
queue_pair_map
[i]) {
in qla_init_iocb_limit()
4214
__qla_adjust_iocb_limit(ha->
queue_pair_map
[i]);
in qla_init_iocb_limit()
4215
ha->
queue_pair_map
[i]->fwres.iocbs_used = 0;
in qla_init_iocb_limit()
4216
ha->
queue_pair_map
[i]->fwres.exch_used = 0;
in qla_init_iocb_limit()
4237
if (ha->
queue_pair_map
[i])
in qla_adjust_iocb_limit()
4238
__qla_adjust_iocb_limit(ha->
queue_pair_map
[i]);
in qla_adjust_iocb_limit()
7394
if (ha->
queue_pair_map
[i]) {
in qla2x00_abort_isp_cleanup()
7395
ha->
queue_pair_map
[i]->chip_reset =
in qla2x00_abort_isp_cleanup()
7397
ha->
queue_pair_map
[i]->cmd_cnt =
in qla2x00_abort_isp_cleanup()
7398
ha->
queue_pair_map
[
in qla2x00_abort_isp_cleanup()
[all...]
H
A
D
qla_mid.c
1277
qp = vha->hw->
queue_pair_map
[i];
in qla_adjust_buf()
H
A
D
qla_attr.c
2870
qpair = vha->hw->
queue_pair_map
[i];
in qla2x00_get_fc_host_stats()
2943
qpair = vha->hw->
queue_pair_map
[i];
in qla2x00_reset_host_stats()
H
A
D
qla_target.c
4244
if (ha->
queue_pair_map
[key])
in qlt_clr_qp_table()
4245
ha->
queue_pair_map
[key]->lun_cnt = 0;
in qlt_clr_qp_table()
6416
struct qla_qpair *qpair = ha->
queue_pair_map
[i];
in qlt_add_target()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_dfs.c
267
if (ha->
queue_pair_map
[i])
in qla_dfs_fw_resource_cnt_show()
268
iocbs_used += ha->
queue_pair_map
[i]->fwres.iocbs_used;
in qla_dfs_fw_resource_cnt_show()
301
qpair = vha->hw->
queue_pair_map
[i];
in qla_dfs_tgt_counters_show()
H
A
D
qla_inline.h
407
if (ha->
queue_pair_map
[i])
in qla_get_iocbs()
408
iocbs_used += ha->
queue_pair_map
[i]->fwres.iocbs_used;
in qla_get_iocbs()
H
A
D
qla_nvme.c
119
if (ha->
queue_pair_map
[qidx]) {
in qla_nvme_alloc_queue()
120
*handle = ha->
queue_pair_map
[qidx];
in qla_nvme_alloc_queue()
H
A
D
qla_def.h
3971
struct qla_qpair **
queue_pair_map
;
member
4908
if (_ha->
queue_pair_map
[i]) \
4909
_ha->
queue_pair_map
[i]->fw_started = 1; \
4918
if (_ha->
queue_pair_map
[i]) \
4919
_ha->
queue_pair_map
[i]->fw_started = 0; \
4989
if (_ha->
queue_pair_map
[i]) \
4990
_ha->
queue_pair_map
[i]->enable_explicit_conf = 1; \
4998
if (_ha->
queue_pair_map
[i]) \
4999
_ha->
queue_pair_map
[i]->enable_explicit_conf = 0; \
H
A
D
qla_os.c
437
ha->
queue_pair_map
= kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *),
in qla2x00_alloc_queues()
439
if (!ha->
queue_pair_map
) {
in qla2x00_alloc_queues()
509
if (ha->
queue_pair_map
) {
in qla2x00_free_queues()
510
kfree(ha->
queue_pair_map
);
in qla2x00_free_queues()
511
ha->
queue_pair_map
= NULL;
in qla2x00_free_queues()
844
qpair = ha->
queue_pair_map
[hwq];
in qla2xxx_queuecommand()
1808
if (!ha->
queue_pair_map
)
in qla2x00_abort_all_cmds()
1811
if (!ha->
queue_pair_map
[que])
in qla2x00_abort_all_cmds()
1814
__qla2x00_abort_all_cmds(ha->
queue_pair_map
[que], res);
in qla2x00_abort_all_cmds()
7385
if (ha->
queue_pair_map
[
in qla_pci_error_cleanup()
[all...]
H
A
D
qla_init.c
3762
if (ha->
queue_pair_map
[i]) {
in qla_init_iocb_limit()
3763
ha->
queue_pair_map
[i]->fwres.iocbs_total =
in qla_init_iocb_limit()
3765
ha->
queue_pair_map
[i]->fwres.iocbs_limit = limit;
in qla_init_iocb_limit()
3766
ha->
queue_pair_map
[i]->fwres.iocbs_qp_limit =
in qla_init_iocb_limit()
3768
ha->
queue_pair_map
[i]->fwres.iocbs_used = 0;
in qla_init_iocb_limit()
6923
if (ha->
queue_pair_map
[i])
in qla2x00_abort_isp_cleanup()
6924
ha->
queue_pair_map
[i]->chip_reset =
in qla2x00_abort_isp_cleanup()
9167
ha->
queue_pair_map
[qpair_id] = qpair;
in qla2xxx_create_qpair()
9263
ha->
queue_pair_map
[qpair_id] = NULL;
in qla2xxx_create_qpair()
9288
ha->
queue_pair_map
[qpai
in qla2xxx_delete_qpair()
[all...]
H
A
D
qla_attr.c
2805
qpair = vha->hw->
queue_pair_map
[i];
in qla2x00_get_fc_host_stats()
2878
qpair = vha->hw->
queue_pair_map
[i];
in qla2x00_reset_host_stats()
H
A
D
qla_target.c
4196
if (ha->
queue_pair_map
[key])
in qlt_clr_qp_table()
4197
ha->
queue_pair_map
[key]->lun_cnt = 0;
in qlt_clr_qp_table()
6381
struct qla_qpair *qpair = ha->
queue_pair_map
[i];
in qlt_add_target()
Completed in 82 milliseconds