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:qla_stats
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_dfs.c
339
vha->
qla_stats
.qla_dif_stats.dif_input_bytes);
in qla_dfs_tgt_counters_show()
341
vha->
qla_stats
.qla_dif_stats.dif_output_bytes);
in qla_dfs_tgt_counters_show()
343
vha->
qla_stats
.qla_dif_stats.dif_input_requests);
in qla_dfs_tgt_counters_show()
345
vha->
qla_stats
.qla_dif_stats.dif_output_requests);
in qla_dfs_tgt_counters_show()
347
vha->
qla_stats
.qla_dif_stats.dif_guard_err);
in qla_dfs_tgt_counters_show()
349
vha->
qla_stats
.qla_dif_stats.dif_ref_tag_err);
in qla_dfs_tgt_counters_show()
351
vha->
qla_stats
.qla_dif_stats.dif_app_tag_err);
in qla_dfs_tgt_counters_show()
H
A
D
qla_attr.c
1492
vha->
qla_stats
.total_isp_aborts);
in qla2x00_total_isp_aborts_show()
2818
ir += vha->
qla_stats
.input_requests;
in qla2x00_get_fc_host_stats()
2819
or += vha->
qla_stats
.output_requests;
in qla2x00_get_fc_host_stats()
2820
ib += vha->
qla_stats
.input_bytes;
in qla2x00_get_fc_host_stats()
2821
ob += vha->
qla_stats
.output_bytes;
in qla2x00_get_fc_host_stats()
2848
p->fcp_control_requests = vha->
qla_stats
.control_requests;
in qla2x00_get_fc_host_stats()
2854
get_jiffies_64() - vha->
qla_stats
.jiffies_at_last_reset;
in qla2x00_get_fc_host_stats()
2875
memset(&vha->
qla_stats
, 0, sizeof(vha->
qla_stats
));
in qla2x00_reset_host_stats()
2885
vha->
qla_stats
in qla2x00_reset_host_stats()
[all...]
H
A
D
qla_iocb.c
32
vha->
qla_stats
.output_bytes += scsi_bufflen(cmd);
in qla2x00_get_cmd_direction()
33
vha->
qla_stats
.output_requests++;
in qla2x00_get_cmd_direction()
36
vha->
qla_stats
.input_bytes += scsi_bufflen(cmd);
in qla2x00_get_cmd_direction()
37
vha->
qla_stats
.input_requests++;
in qla2x00_get_cmd_direction()
2801
sp->vha->
qla_stats
.control_requests++;
in qla24xx_els_logo_iocb()
3122
sp->vha->
qla_stats
.control_requests++;
in qla24xx_els_iocb()
3189
sp->vha->
qla_stats
.control_requests++;
in qla2x00_ct_iocb()
3868
vha->
qla_stats
.output_bytes += req_data_len;
in qla25xx_build_bidir_iocb()
3869
vha->
qla_stats
.output_requests++;
in qla25xx_build_bidir_iocb()
H
A
D
qla_mr.c
1341
vha->
qla_stats
.total_isp_aborts++;
in qlafx00_abort_isp_cleanup()
1641
vha->
qla_stats
.total_isp_aborts++;
in qlafx00_abort_isp()
2998
vha->
qla_stats
.output_bytes += scsi_bufflen(cmd);
in qlafx00_build_scsi_iocbs()
3001
vha->
qla_stats
.input_bytes += scsi_bufflen(cmd);
in qlafx00_build_scsi_iocbs()
H
A
D
qla_target.c
232
if (vha->hw->tgt.num_pend_cmds > vha->
qla_stats
.stat_max_pend_cmds)
in qlt_incr_num_pend_cmds()
233
vha->
qla_stats
.stat_max_pend_cmds =
in qlt_incr_num_pend_cmds()
5367
vha->
qla_stats
.stat_max_qfull_cmds_dropped)
in qlt_alloc_qfull_cmd()
5368
vha->
qla_stats
.stat_max_qfull_cmds_dropped =
in qlt_alloc_qfull_cmd()
5393
vha->
qla_stats
.stat_max_qfull_cmds_dropped)
in qlt_alloc_qfull_cmd()
5394
vha->
qla_stats
.stat_max_qfull_cmds_dropped =
in qlt_alloc_qfull_cmd()
5423
vha->
qla_stats
.stat_max_qfull_cmds_alloc)
in qlt_alloc_qfull_cmd()
5424
vha->
qla_stats
.stat_max_qfull_cmds_alloc =
in qlt_alloc_qfull_cmd()
H
A
D
qla_gs.c
55
vha->
qla_stats
.control_requests++;
in qla2x00_prep_ms_iocb()
92
vha->
qla_stats
.control_requests++;
in qla24xx_prep_ms_iocb()
987
vha->
qla_stats
.control_requests++;
in qla2x00_prep_sns_cmd()
H
A
D
qla_isr.c
2743
vha->
qla_stats
.input_bytes +=
in qla25xx_process_bidir_status_iocb()
2745
vha->
qla_stats
.input_requests++;
in qla25xx_process_bidir_status_iocb()
H
A
D
qla_init.c
2301
memset(&vha->
qla_stats
, 0, sizeof(vha->
qla_stats
));
in qla2x00_initialize_adapter()
2310
vha->
qla_stats
.jiffies_at_last_reset = get_jiffies_64();
in qla2x00_initialize_adapter()
6899
vha->
qla_stats
.total_isp_aborts++;
in qla2x00_abort_isp_cleanup()
H
A
D
qla_def.h
4823
struct qla_statistics
qla_stats
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_dfs.c
359
vha->
qla_stats
.qla_dif_stats.dif_input_bytes);
in qla_dfs_tgt_counters_show()
361
vha->
qla_stats
.qla_dif_stats.dif_output_bytes);
in qla_dfs_tgt_counters_show()
363
vha->
qla_stats
.qla_dif_stats.dif_input_requests);
in qla_dfs_tgt_counters_show()
365
vha->
qla_stats
.qla_dif_stats.dif_output_requests);
in qla_dfs_tgt_counters_show()
367
vha->
qla_stats
.qla_dif_stats.dif_guard_err);
in qla_dfs_tgt_counters_show()
369
vha->
qla_stats
.qla_dif_stats.dif_ref_tag_err);
in qla_dfs_tgt_counters_show()
371
vha->
qla_stats
.qla_dif_stats.dif_app_tag_err);
in qla_dfs_tgt_counters_show()
H
A
D
qla_attr.c
1498
vha->
qla_stats
.total_isp_aborts);
in qla2x00_total_isp_aborts_show()
2883
ir += vha->
qla_stats
.input_requests;
in qla2x00_get_fc_host_stats()
2884
or += vha->
qla_stats
.output_requests;
in qla2x00_get_fc_host_stats()
2885
ib += vha->
qla_stats
.input_bytes;
in qla2x00_get_fc_host_stats()
2886
ob += vha->
qla_stats
.output_bytes;
in qla2x00_get_fc_host_stats()
2913
p->fcp_control_requests = vha->
qla_stats
.control_requests;
in qla2x00_get_fc_host_stats()
2919
get_jiffies_64() - vha->
qla_stats
.jiffies_at_last_reset;
in qla2x00_get_fc_host_stats()
2940
memset(&vha->
qla_stats
, 0, sizeof(vha->
qla_stats
));
in qla2x00_reset_host_stats()
2950
vha->
qla_stats
in qla2x00_reset_host_stats()
[all...]
H
A
D
qla_iocb.c
33
vha->
qla_stats
.output_bytes += scsi_bufflen(cmd);
in qla2x00_get_cmd_direction()
34
vha->
qla_stats
.output_requests++;
in qla2x00_get_cmd_direction()
37
vha->
qla_stats
.input_bytes += scsi_bufflen(cmd);
in qla2x00_get_cmd_direction()
38
vha->
qla_stats
.input_requests++;
in qla2x00_get_cmd_direction()
2828
sp->vha->
qla_stats
.control_requests++;
in qla24xx_els_logo_iocb()
3198
sp->vha->
qla_stats
.control_requests++;
in qla24xx_els_iocb()
3265
sp->vha->
qla_stats
.control_requests++;
in qla2x00_ct_iocb()
4063
vha->
qla_stats
.output_bytes += req_data_len;
in qla25xx_build_bidir_iocb()
4064
vha->
qla_stats
.output_requests++;
in qla25xx_build_bidir_iocb()
H
A
D
qla_edif.c
2494
sp->fcport->vha->
qla_stats
.control_requests++;
in qla24xx_sa_update_iocb()
2531
sp->fcport->vha->
qla_stats
.control_requests++;
in qla24xx_sa_replace_iocb()
3103
vha->
qla_stats
.output_bytes += scsi_bufflen(cmd);
in qla28xx_start_scsi_edif()
3104
vha->
qla_stats
.output_requests++;
in qla28xx_start_scsi_edif()
3108
vha->
qla_stats
.input_bytes += scsi_bufflen(cmd);
in qla28xx_start_scsi_edif()
3109
vha->
qla_stats
.input_requests++;
in qla28xx_start_scsi_edif()
H
A
D
qla_mr.c
1341
vha->
qla_stats
.total_isp_aborts++;
in qlafx00_abort_isp_cleanup()
1641
vha->
qla_stats
.total_isp_aborts++;
in qlafx00_abort_isp()
2999
vha->
qla_stats
.output_bytes += scsi_bufflen(cmd);
in qlafx00_build_scsi_iocbs()
3002
vha->
qla_stats
.input_bytes += scsi_bufflen(cmd);
in qlafx00_build_scsi_iocbs()
H
A
D
qla_target.c
208
if (vha->hw->tgt.num_pend_cmds > vha->
qla_stats
.stat_max_pend_cmds)
in qlt_incr_num_pend_cmds()
209
vha->
qla_stats
.stat_max_pend_cmds =
in qlt_incr_num_pend_cmds()
5470
vha->
qla_stats
.stat_max_qfull_cmds_dropped)
in qlt_alloc_qfull_cmd()
5471
vha->
qla_stats
.stat_max_qfull_cmds_dropped =
in qlt_alloc_qfull_cmd()
5496
vha->
qla_stats
.stat_max_qfull_cmds_dropped)
in qlt_alloc_qfull_cmd()
5497
vha->
qla_stats
.stat_max_qfull_cmds_dropped =
in qlt_alloc_qfull_cmd()
5526
vha->
qla_stats
.stat_max_qfull_cmds_alloc)
in qlt_alloc_qfull_cmd()
5527
vha->
qla_stats
.stat_max_qfull_cmds_alloc =
in qlt_alloc_qfull_cmd()
H
A
D
qla_gs.c
55
vha->
qla_stats
.control_requests++;
in qla2x00_prep_ms_iocb()
92
vha->
qla_stats
.control_requests++;
in qla24xx_prep_ms_iocb()
988
vha->
qla_stats
.control_requests++;
in qla2x00_prep_sns_cmd()
H
A
D
qla_isr.c
3196
vha->
qla_stats
.input_bytes +=
in qla25xx_process_bidir_status_iocb()
3198
vha->
qla_stats
.input_requests++;
in qla25xx_process_bidir_status_iocb()
H
A
D
qla_init.c
2686
memset(&vha->
qla_stats
, 0, sizeof(vha->
qla_stats
));
in qla2x00_initialize_adapter()
2695
vha->
qla_stats
.jiffies_at_last_reset = get_jiffies_64();
in qla2x00_initialize_adapter()
7368
vha->
qla_stats
.total_isp_aborts++;
in qla2x00_abort_isp_cleanup()
H
A
D
qla_def.h
5074
struct qla_statistics
qla_stats
;
member
Completed in 103 milliseconds