Searched refs:pfc_host_stat (Results 1 – 1 of 1) sorted by relevance
1845 struct fc_host_statistics *pfc_host_stat; in qla2x00_get_fc_host_stats() local1847 pfc_host_stat = &vha->fc_host_stat; in qla2x00_get_fc_host_stats()1848 memset(pfc_host_stat, -1, sizeof(struct fc_host_statistics)); in qla2x00_get_fc_host_stats()1883 pfc_host_stat->link_failure_count = stats->link_fail_cnt; in qla2x00_get_fc_host_stats()1884 pfc_host_stat->loss_of_sync_count = stats->loss_sync_cnt; in qla2x00_get_fc_host_stats()1885 pfc_host_stat->loss_of_signal_count = stats->loss_sig_cnt; in qla2x00_get_fc_host_stats()1886 pfc_host_stat->prim_seq_protocol_err_count = stats->prim_seq_err_cnt; in qla2x00_get_fc_host_stats()1887 pfc_host_stat->invalid_tx_word_count = stats->inval_xmit_word_cnt; in qla2x00_get_fc_host_stats()1888 pfc_host_stat->invalid_crc_count = stats->inval_crc_cnt; in qla2x00_get_fc_host_stats()1890 pfc_host_stat->lip_count = stats->lip_cnt; in qla2x00_get_fc_host_stats()[all …]