Searched refs:pfc_host_stat (Results 1 – 1 of 1) sorted by relevance
1635 struct fc_host_statistics *pfc_host_stat; in qla2x00_get_fc_host_stats() local1637 pfc_host_stat = &ha->fc_host_stat; in qla2x00_get_fc_host_stats()1638 memset(pfc_host_stat, -1, sizeof(struct fc_host_statistics)); in qla2x00_get_fc_host_stats()1669 pfc_host_stat->link_failure_count = stats->link_fail_cnt; in qla2x00_get_fc_host_stats()1670 pfc_host_stat->loss_of_sync_count = stats->loss_sync_cnt; in qla2x00_get_fc_host_stats()1671 pfc_host_stat->loss_of_signal_count = stats->loss_sig_cnt; in qla2x00_get_fc_host_stats()1672 pfc_host_stat->prim_seq_protocol_err_count = stats->prim_seq_err_cnt; in qla2x00_get_fc_host_stats()1673 pfc_host_stat->invalid_tx_word_count = stats->inval_xmit_word_cnt; in qla2x00_get_fc_host_stats()1674 pfc_host_stat->invalid_crc_count = stats->inval_crc_cnt; in qla2x00_get_fc_host_stats()1676 pfc_host_stat->lip_count = stats->lip_cnt; in qla2x00_get_fc_host_stats()[all …]