Searched refs:qla_stats (Results 1 – 9 of 9) sorted by relevance
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()
1495 vha->qla_stats.total_isp_aborts); in qla2x00_total_isp_aborts_show()2788 ir += vha->qla_stats.input_requests; in qla2x00_get_fc_host_stats()2789 or += vha->qla_stats.output_requests; in qla2x00_get_fc_host_stats()2790 ib += vha->qla_stats.input_bytes; in qla2x00_get_fc_host_stats()2791 ob += vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()2818 p->fcp_control_requests = vha->qla_stats.control_requests; in qla2x00_get_fc_host_stats()2824 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats()2845 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_reset_host_stats()2855 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()2770 sp->vha->qla_stats.control_requests++; in qla24xx_els_logo_iocb()3093 sp->vha->qla_stats.control_requests++; in qla24xx_els_iocb()3160 sp->vha->qla_stats.control_requests++; in qla2x00_ct_iocb()3836 vha->qla_stats.output_bytes += req_data_len; in qla25xx_build_bidir_iocb()3837 vha->qla_stats.output_requests++; in qla25xx_build_bidir_iocb()
1364 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()
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()5368 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5369 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()5395 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5424 vha->qla_stats.stat_max_qfull_cmds_alloc) in qlt_alloc_qfull_cmd()5425 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()
2747 vha->qla_stats.input_bytes += in qla25xx_process_bidir_status_iocb()2749 vha->qla_stats.input_requests++; in qla25xx_process_bidir_status_iocb()
2196 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_initialize_adapter()2205 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()6743 vha->qla_stats.total_isp_aborts++; in qla2x00_abort_isp_cleanup()
4812 struct qla_statistics qla_stats; member