Searched refs:qla_stats (Results 1 – 10 of 10) sorted by relevance
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()
1498 vha->qla_stats.total_isp_aborts); in qla2x00_total_isp_aborts_show()2874 ir += vha->qla_stats.input_requests; in qla2x00_get_fc_host_stats()2875 or += vha->qla_stats.output_requests; in qla2x00_get_fc_host_stats()2876 ib += vha->qla_stats.input_bytes; in qla2x00_get_fc_host_stats()2877 ob += vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()2904 p->fcp_control_requests = vha->qla_stats.control_requests; in qla2x00_get_fc_host_stats()2910 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats()2931 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_reset_host_stats()2941 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_reset_host_stats()
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()2829 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()4061 vha->qla_stats.output_bytes += req_data_len; in qla25xx_build_bidir_iocb()4062 vha->qla_stats.output_requests++; in qla25xx_build_bidir_iocb()
2363 sp->fcport->vha->qla_stats.control_requests++; in qla24xx_sa_update_iocb()2400 sp->fcport->vha->qla_stats.control_requests++; in qla24xx_sa_replace_iocb()2979 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla28xx_start_scsi_edif()2980 vha->qla_stats.output_requests++; in qla28xx_start_scsi_edif()2984 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qla28xx_start_scsi_edif()2985 vha->qla_stats.input_requests++; in qla28xx_start_scsi_edif()
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()
231 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()5513 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5514 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5539 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5540 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5569 vha->qla_stats.stat_max_qfull_cmds_alloc) in qlt_alloc_qfull_cmd()5570 vha->qla_stats.stat_max_qfull_cmds_alloc = in qlt_alloc_qfull_cmd()
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()
3023 vha->qla_stats.input_bytes += in qla25xx_process_bidir_status_iocb()3025 vha->qla_stats.input_requests++; in qla25xx_process_bidir_status_iocb()
2688 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_initialize_adapter()2697 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()7449 vha->qla_stats.total_isp_aborts++; in qla2x00_abort_isp_cleanup()
5015 struct qla_statistics qla_stats; member