Lines Matching refs:qedf_stats
2062 struct fc_host_statistics *qedf_stats; in qedf_fc_get_host_stats() local
2067 qedf_stats = fc_get_host_stats(shost); in qedf_fc_get_host_stats()
2091 qedf_stats->tx_frames += fw_fcoe_stats->fcoe_tx_data_pkt_cnt + in qedf_fc_get_host_stats()
2094 qedf_stats->rx_frames += fw_fcoe_stats->fcoe_rx_data_pkt_cnt + in qedf_fc_get_host_stats()
2097 qedf_stats->fcp_input_megabytes += in qedf_fc_get_host_stats()
2099 qedf_stats->fcp_output_megabytes += in qedf_fc_get_host_stats()
2101 qedf_stats->rx_words += fw_fcoe_stats->fcoe_rx_byte_cnt / 4; in qedf_fc_get_host_stats()
2102 qedf_stats->tx_words += fw_fcoe_stats->fcoe_tx_byte_cnt / 4; in qedf_fc_get_host_stats()
2103 qedf_stats->invalid_crc_count += in qedf_fc_get_host_stats()
2105 qedf_stats->dumped_frames = in qedf_fc_get_host_stats()
2107 qedf_stats->error_frames += in qedf_fc_get_host_stats()
2109 qedf_stats->fcp_input_requests += qedf->input_requests; in qedf_fc_get_host_stats()
2110 qedf_stats->fcp_output_requests += qedf->output_requests; in qedf_fc_get_host_stats()
2111 qedf_stats->fcp_control_requests += qedf->control_requests; in qedf_fc_get_host_stats()
2112 qedf_stats->fcp_packet_aborts += qedf->packet_aborts; in qedf_fc_get_host_stats()
2113 qedf_stats->fcp_frame_alloc_failures += qedf->alloc_failures; in qedf_fc_get_host_stats()
2118 return qedf_stats; in qedf_fc_get_host_stats()