Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c359 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 Dqla_attr.c1491 vha->qla_stats.total_isp_aborts); in qla2x00_total_isp_aborts_show()
2886 ir += vha->qla_stats.input_requests; in qla2x00_get_fc_host_stats()
2887 or += vha->qla_stats.output_requests; in qla2x00_get_fc_host_stats()
2888 ib += vha->qla_stats.input_bytes; in qla2x00_get_fc_host_stats()
2889 ob += vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()
2916 p->fcp_control_requests = vha->qla_stats.control_requests; in qla2x00_get_fc_host_stats()
2922 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats()
2943 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_reset_host_stats()
2953 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_reset_host_stats()
H A Dqla_iocb.c33 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()
2858 sp->vha->qla_stats.control_requests++; in qla24xx_els_logo_iocb()
3218 sp->vha->qla_stats.control_requests++; in qla24xx_els_iocb()
3285 sp->vha->qla_stats.control_requests++; in qla2x00_ct_iocb()
4083 vha->qla_stats.output_bytes += req_data_len; in qla25xx_build_bidir_iocb()
4084 vha->qla_stats.output_requests++; in qla25xx_build_bidir_iocb()
H A Dqla_edif.c2494 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 Dqla_mr.c1341 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp_cleanup()
1641 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp()
2997 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()
3000 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()
H A Dqla_target.c208 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()
5480 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()
5481 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()
5506 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()
5507 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()
5536 vha->qla_stats.stat_max_qfull_cmds_alloc) in qlt_alloc_qfull_cmd()
5537 vha->qla_stats.stat_max_qfull_cmds_alloc = in qlt_alloc_qfull_cmd()
H A 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()
H A Dqla_isr.c3196 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 Dqla_init.c2724 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_initialize_adapter()
2733 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()
7377 vha->qla_stats.total_isp_aborts++; in qla2x00_abort_isp_cleanup()
H A Dqla_def.h5074 struct qla_statistics qla_stats; member