Home
last modified time | relevance | path

Searched refs:qla_stats (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_dfs.c343 vha->qla_stats.qla_dif_stats.dif_input_bytes); in qla_dfs_tgt_counters_show()
345 vha->qla_stats.qla_dif_stats.dif_output_bytes); in qla_dfs_tgt_counters_show()
347 vha->qla_stats.qla_dif_stats.dif_input_requests); in qla_dfs_tgt_counters_show()
349 vha->qla_stats.qla_dif_stats.dif_output_requests); in qla_dfs_tgt_counters_show()
351 vha->qla_stats.qla_dif_stats.dif_guard_err); in qla_dfs_tgt_counters_show()
353 vha->qla_stats.qla_dif_stats.dif_ref_tag_err); in qla_dfs_tgt_counters_show()
355 vha->qla_stats.qla_dif_stats.dif_app_tag_err); in qla_dfs_tgt_counters_show()
Dqla_attr.c1501 vha->qla_stats.total_isp_aborts); in qla2x00_total_isp_aborts_show()
2826 ir += vha->qla_stats.input_requests; in qla2x00_get_fc_host_stats()
2827 or += vha->qla_stats.output_requests; in qla2x00_get_fc_host_stats()
2828 ib += vha->qla_stats.input_bytes; in qla2x00_get_fc_host_stats()
2829 ob += vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()
2856 p->fcp_control_requests = vha->qla_stats.control_requests; in qla2x00_get_fc_host_stats()
2862 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats()
2883 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_reset_host_stats()
2893 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_reset_host_stats()
Dqla_iocb.c32 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()
2787 sp->vha->qla_stats.control_requests++; in qla24xx_els_logo_iocb()
3154 sp->vha->qla_stats.control_requests++; in qla24xx_els_iocb()
3221 sp->vha->qla_stats.control_requests++; in qla2x00_ct_iocb()
3926 vha->qla_stats.output_bytes += req_data_len; in qla25xx_build_bidir_iocb()
3927 vha->qla_stats.output_requests++; in qla25xx_build_bidir_iocb()
Dqla_edif.c2284 sp->fcport->vha->qla_stats.control_requests++; in qla24xx_sa_update_iocb()
2321 sp->fcport->vha->qla_stats.control_requests++; in qla24xx_sa_replace_iocb()
2879 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla28xx_start_scsi_edif()
2880 vha->qla_stats.output_requests++; in qla28xx_start_scsi_edif()
2884 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qla28xx_start_scsi_edif()
2885 vha->qla_stats.input_requests++; in qla28xx_start_scsi_edif()
Dqla_mr.c1364 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp_cleanup()
1664 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp()
3021 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()
3024 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()
Dqla_target.c231 if (vha->hw->tgt.num_pend_cmds > vha->qla_stats.stat_max_pend_cmds) in qlt_incr_num_pend_cmds()
232 vha->qla_stats.stat_max_pend_cmds = in qlt_incr_num_pend_cmds()
5509 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()
5510 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()
5535 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()
5536 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()
5565 vha->qla_stats.stat_max_qfull_cmds_alloc) in qlt_alloc_qfull_cmd()
5566 vha->qla_stats.stat_max_qfull_cmds_alloc = in qlt_alloc_qfull_cmd()
Dqla_gs.c55 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()
Dqla_isr.c3019 vha->qla_stats.input_bytes += in qla25xx_process_bidir_status_iocb()
3021 vha->qla_stats.input_requests++; in qla25xx_process_bidir_status_iocb()
Dqla_init.c2329 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_initialize_adapter()
2338 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()
7005 vha->qla_stats.total_isp_aborts++; in qla2x00_abort_isp_cleanup()
Dqla_def.h4957 struct qla_statistics qla_stats; member