Searched refs:qla_stats (Results 1 – 10 of 10) sorted by relevance
231 vha->qla_stats.qla_dif_stats.dif_input_bytes); in qla_dfs_tgt_counters_show()233 vha->qla_stats.qla_dif_stats.dif_output_bytes); in qla_dfs_tgt_counters_show()235 vha->qla_stats.qla_dif_stats.dif_input_requests); in qla_dfs_tgt_counters_show()237 vha->qla_stats.qla_dif_stats.dif_output_requests); in qla_dfs_tgt_counters_show()239 vha->qla_stats.qla_dif_stats.dif_guard_err); in qla_dfs_tgt_counters_show()241 vha->qla_stats.qla_dif_stats.dif_ref_tag_err); in qla_dfs_tgt_counters_show()243 vha->qla_stats.qla_dif_stats.dif_app_tag_err); in qla_dfs_tgt_counters_show()
1269 vha->qla_stats.total_isp_aborts); in qla2x00_total_isp_aborts_show()1902 p->rx_words = vha->qla_stats.input_bytes; in qla2x00_get_fc_host_stats()1903 p->tx_words = vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()1905 p->fcp_control_requests = vha->qla_stats.control_requests; in qla2x00_get_fc_host_stats()1906 p->fcp_input_requests = vha->qla_stats.input_requests; in qla2x00_get_fc_host_stats()1907 p->fcp_output_requests = vha->qla_stats.output_requests; in qla2x00_get_fc_host_stats()1908 p->fcp_input_megabytes = vha->qla_stats.input_bytes >> 20; in qla2x00_get_fc_host_stats()1909 p->fcp_output_megabytes = vha->qla_stats.output_bytes >> 20; in qla2x00_get_fc_host_stats()1911 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats()1930 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_reset_host_stats()[all …]
374 vha->qla_stats.input_bytes += fd->payload_length; in qla2x00_start_nvme_mq()375 vha->qla_stats.input_requests++; in qla2x00_start_nvme_mq()379 vha->qla_stats.output_bytes += fd->payload_length; in qla2x00_start_nvme_mq()380 vha->qla_stats.output_requests++; in qla2x00_start_nvme_mq()
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()617 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_type_6_iocbs()618 vha->qla_stats.output_requests++; in qla24xx_build_scsi_type_6_iocbs()621 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_type_6_iocbs()622 vha->qla_stats.input_requests++; in qla24xx_build_scsi_type_6_iocbs()731 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_iocbs()732 vha->qla_stats.output_requests++; in qla24xx_build_scsi_iocbs()[all …]
1364 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp_cleanup()1664 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp()3026 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()3029 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()
241 if (vha->hw->tgt.num_pend_cmds > vha->qla_stats.stat_max_pend_cmds) in qlt_incr_num_pend_cmds()242 vha->qla_stats.stat_max_pend_cmds = in qlt_incr_num_pend_cmds()5318 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5319 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5350 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5351 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5383 vha->qla_stats.stat_max_qfull_cmds_alloc) in qlt_alloc_qfull_cmd()5384 vha->qla_stats.stat_max_qfull_cmds_alloc = in qlt_alloc_qfull_cmd()
2264 vha->qla_stats.input_bytes += in qla25xx_process_bidir_status_iocb()2266 vha->qla_stats.input_requests++; in qla25xx_process_bidir_status_iocb()
56 vha->qla_stats.control_requests++; in qla2x00_prep_ms_iocb()95 vha->qla_stats.control_requests++; in qla24xx_prep_ms_iocb()1006 vha->qla_stats.control_requests++; in qla2x00_prep_sns_cmd()
2135 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_initialize_adapter()2144 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()6484 vha->qla_stats.total_isp_aborts++; in qla2x00_abort_isp_cleanup()
4367 struct qla_statistics qla_stats; member