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:tgt_counters
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_dfs.c
290
qla_core_sbt_cmd = qpair->
tgt_counters
.qla_core_sbt_cmd;
in qla_dfs_tgt_counters_show()
291
core_qla_que_buf = qpair->
tgt_counters
.core_qla_que_buf;
in qla_dfs_tgt_counters_show()
292
qla_core_ret_ctio = qpair->
tgt_counters
.qla_core_ret_ctio;
in qla_dfs_tgt_counters_show()
293
core_qla_snd_status = qpair->
tgt_counters
.core_qla_snd_status;
in qla_dfs_tgt_counters_show()
294
qla_core_ret_sta_ctio = qpair->
tgt_counters
.qla_core_ret_sta_ctio;
in qla_dfs_tgt_counters_show()
295
core_qla_free_cmd = qpair->
tgt_counters
.core_qla_free_cmd;
in qla_dfs_tgt_counters_show()
296
num_q_full_sent = qpair->
tgt_counters
.num_q_full_sent;
in qla_dfs_tgt_counters_show()
297
num_alloc_iocb_failed = qpair->
tgt_counters
.num_alloc_iocb_failed;
in qla_dfs_tgt_counters_show()
298
num_term_xchg_sent = qpair->
tgt_counters
.num_term_xchg_sent;
in qla_dfs_tgt_counters_show()
304
qla_core_sbt_cmd += qpair->
tgt_counters
in qla_dfs_tgt_counters_show()
[all...]
H
A
D
tcm_qla2xxx.c
263
/* To do: protect all
tgt_counters
manipulations with proper locking. */
in tcm_qla2xxx_complete_free()
264
cmd->qpair->
tgt_counters
.qla_core_ret_sta_ctio++;
in tcm_qla2xxx_complete_free()
301
cmd->qpair->
tgt_counters
.core_qla_free_cmd++;
in tcm_qla2xxx_free_cmd()
483
cmd->qpair->
tgt_counters
.qla_core_sbt_cmd++;
in tcm_qla2xxx_handle_cmd()
505
cmd->qpair->
tgt_counters
.qla_core_ret_ctio++;
in tcm_qla2xxx_handle_data_work()
H
A
D
qla_target.c
3245
qpair->
tgt_counters
.core_qla_snd_status++;
in qlt_xmit_response()
3247
qpair->
tgt_counters
.core_qla_que_buf++;
in qlt_xmit_response()
3651
qpair->
tgt_counters
.num_term_xchg_sent++;
in __qlt_send_term_exchange()
5306
qpair->
tgt_counters
.num_q_full_sent++;
in __qlt_send_busy()
H
A
D
qla_iocb.c
2378
qpair->
tgt_counters
.num_alloc_iocb_failed++;
in __qla2x00_alloc_iocbs()
H
A
D
qla_def.h
3651
struct qla_tgt_counters
tgt_counters
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_dfs.c
310
qla_core_sbt_cmd = qpair->
tgt_counters
.qla_core_sbt_cmd;
in qla_dfs_tgt_counters_show()
311
core_qla_que_buf = qpair->
tgt_counters
.core_qla_que_buf;
in qla_dfs_tgt_counters_show()
312
qla_core_ret_ctio = qpair->
tgt_counters
.qla_core_ret_ctio;
in qla_dfs_tgt_counters_show()
313
core_qla_snd_status = qpair->
tgt_counters
.core_qla_snd_status;
in qla_dfs_tgt_counters_show()
314
qla_core_ret_sta_ctio = qpair->
tgt_counters
.qla_core_ret_sta_ctio;
in qla_dfs_tgt_counters_show()
315
core_qla_free_cmd = qpair->
tgt_counters
.core_qla_free_cmd;
in qla_dfs_tgt_counters_show()
316
num_q_full_sent = qpair->
tgt_counters
.num_q_full_sent;
in qla_dfs_tgt_counters_show()
317
num_alloc_iocb_failed = qpair->
tgt_counters
.num_alloc_iocb_failed;
in qla_dfs_tgt_counters_show()
318
num_term_xchg_sent = qpair->
tgt_counters
.num_term_xchg_sent;
in qla_dfs_tgt_counters_show()
324
qla_core_sbt_cmd += qpair->
tgt_counters
in qla_dfs_tgt_counters_show()
[all...]
H
A
D
tcm_qla2xxx.c
264
/* To do: protect all
tgt_counters
manipulations with proper locking. */
in tcm_qla2xxx_complete_free()
265
cmd->qpair->
tgt_counters
.qla_core_ret_sta_ctio++;
in tcm_qla2xxx_complete_free()
306
cmd->qpair->
tgt_counters
.core_qla_free_cmd++;
in tcm_qla2xxx_free_cmd()
473
cmd->qpair->
tgt_counters
.qla_core_sbt_cmd++;
in tcm_qla2xxx_handle_cmd()
509
cmd->qpair->
tgt_counters
.qla_core_ret_ctio++;
in tcm_qla2xxx_handle_data_work()
H
A
D
qla_target.c
3277
qpair->
tgt_counters
.core_qla_snd_status++;
in qlt_xmit_response()
3279
qpair->
tgt_counters
.core_qla_que_buf++;
in qlt_xmit_response()
3685
qpair->
tgt_counters
.num_term_xchg_sent++;
in __qlt_send_term_exchange()
5409
qpair->
tgt_counters
.num_q_full_sent++;
in __qlt_send_busy()
H
A
D
qla_iocb.c
2361
qpair->
tgt_counters
.num_alloc_iocb_failed++;
in __qla2x00_alloc_iocbs()
H
A
D
qla_def.h
3854
struct qla_tgt_counters
tgt_counters
;
member
Completed in 84 milliseconds