Searched refs:qla_stats (Results 1 – 10 of 10) sorted by relevance
232 vha->qla_stats.qla_dif_stats.dif_input_bytes); in qla_dfs_tgt_counters_show()234 vha->qla_stats.qla_dif_stats.dif_output_bytes); in qla_dfs_tgt_counters_show()236 vha->qla_stats.qla_dif_stats.dif_input_requests); in qla_dfs_tgt_counters_show()238 vha->qla_stats.qla_dif_stats.dif_output_requests); in qla_dfs_tgt_counters_show()240 vha->qla_stats.qla_dif_stats.dif_guard_err); in qla_dfs_tgt_counters_show()242 vha->qla_stats.qla_dif_stats.dif_ref_tag_err); in qla_dfs_tgt_counters_show()244 vha->qla_stats.qla_dif_stats.dif_app_tag_err); in qla_dfs_tgt_counters_show()
430 vha->qla_stats.input_bytes += fd->payload_length; in qla2x00_start_nvme_mq()431 vha->qla_stats.input_requests++; in qla2x00_start_nvme_mq()443 vha->qla_stats.output_bytes += fd->payload_length; in qla2x00_start_nvme_mq()444 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()615 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_type_6_iocbs()616 vha->qla_stats.output_requests++; in qla24xx_build_scsi_type_6_iocbs()619 vha->qla_stats.input_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_type_6_iocbs()620 vha->qla_stats.input_requests++; in qla24xx_build_scsi_type_6_iocbs()724 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_iocbs()725 vha->qla_stats.output_requests++; in qla24xx_build_scsi_iocbs()[all …]
1392 vha->qla_stats.total_isp_aborts); in qla2x00_total_isp_aborts_show()2663 p->rx_words = vha->qla_stats.input_bytes; in qla2x00_get_fc_host_stats()2664 p->tx_words = vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()2666 p->fcp_control_requests = vha->qla_stats.control_requests; in qla2x00_get_fc_host_stats()2667 p->fcp_input_requests = vha->qla_stats.input_requests; in qla2x00_get_fc_host_stats()2668 p->fcp_output_requests = vha->qla_stats.output_requests; in qla2x00_get_fc_host_stats()2669 p->fcp_input_megabytes = vha->qla_stats.input_bytes >> 20; in qla2x00_get_fc_host_stats()2670 p->fcp_output_megabytes = vha->qla_stats.output_bytes >> 20; in qla2x00_get_fc_host_stats()2672 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats()2691 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_reset_host_stats()[all …]
1366 vha->qla_stats.total_isp_aborts++; in qlafx00_abort_isp_cleanup()1666 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()
234 if (vha->hw->tgt.num_pend_cmds > vha->qla_stats.stat_max_pend_cmds) in qlt_incr_num_pend_cmds()235 vha->qla_stats.stat_max_pend_cmds = in qlt_incr_num_pend_cmds()5358 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5359 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5386 vha->qla_stats.stat_max_qfull_cmds_dropped) in qlt_alloc_qfull_cmd()5387 vha->qla_stats.stat_max_qfull_cmds_dropped = in qlt_alloc_qfull_cmd()5420 vha->qla_stats.stat_max_qfull_cmds_alloc) in qlt_alloc_qfull_cmd()5421 vha->qla_stats.stat_max_qfull_cmds_alloc = in qlt_alloc_qfull_cmd()
54 vha->qla_stats.control_requests++; in qla2x00_prep_ms_iocb()91 vha->qla_stats.control_requests++; in qla24xx_prep_ms_iocb()988 vha->qla_stats.control_requests++; in qla2x00_prep_sns_cmd()
2295 vha->qla_stats.input_bytes += in qla25xx_process_bidir_status_iocb()2297 vha->qla_stats.input_requests++; in qla25xx_process_bidir_status_iocb()
2163 memset(&vha->qla_stats, 0, sizeof(vha->qla_stats)); in qla2x00_initialize_adapter()2172 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()6611 vha->qla_stats.total_isp_aborts++; in qla2x00_abort_isp_cleanup()
4500 struct qla_statistics qla_stats; member