Searched refs:bnx2fc_stats (Results 1 – 1 of 1) sorted by relevance
686 struct fc_host_statistics *bnx2fc_stats; in bnx2fc_get_host_stats() local700 bnx2fc_stats = fc_get_host_stats(shost); in bnx2fc_get_host_stats()711 bnx2fc_stats->invalid_crc_count += hba->bfw_stats.fc_crc_cnt; in bnx2fc_get_host_stats()713 bnx2fc_stats->tx_frames += hba->bfw_stats.fcoe_tx_pkt_cnt; in bnx2fc_get_host_stats()715 bnx2fc_stats->tx_words += ((hba->bfw_stats.fcoe_tx_byte_cnt) / 4); in bnx2fc_get_host_stats()717 bnx2fc_stats->rx_frames += hba->bfw_stats.fcoe_rx_pkt_cnt; in bnx2fc_get_host_stats()719 bnx2fc_stats->rx_words += ((hba->bfw_stats.fcoe_rx_byte_cnt) / 4); in bnx2fc_get_host_stats()721 bnx2fc_stats->dumped_frames = 0; in bnx2fc_get_host_stats()722 bnx2fc_stats->lip_count = 0; in bnx2fc_get_host_stats()723 bnx2fc_stats->nos_count = 0; in bnx2fc_get_host_stats()[all …]