Searched refs:bnx2fc_stats (Results 1 – 1 of 1) sorted by relevance
678 struct fc_host_statistics *bnx2fc_stats; in bnx2fc_get_host_stats() local692 bnx2fc_stats = fc_get_host_stats(shost); in bnx2fc_get_host_stats()703 bnx2fc_stats->invalid_crc_count += hba->bfw_stats.fc_crc_cnt; in bnx2fc_get_host_stats()705 bnx2fc_stats->tx_frames += hba->bfw_stats.fcoe_tx_pkt_cnt; in bnx2fc_get_host_stats()707 bnx2fc_stats->tx_words += ((hba->bfw_stats.fcoe_tx_byte_cnt) / 4); in bnx2fc_get_host_stats()709 bnx2fc_stats->rx_frames += hba->bfw_stats.fcoe_rx_pkt_cnt; in bnx2fc_get_host_stats()711 bnx2fc_stats->rx_words += ((hba->bfw_stats.fcoe_rx_byte_cnt) / 4); in bnx2fc_get_host_stats()713 bnx2fc_stats->dumped_frames = 0; in bnx2fc_get_host_stats()714 bnx2fc_stats->lip_count = 0; in bnx2fc_get_host_stats()715 bnx2fc_stats->nos_count = 0; in bnx2fc_get_host_stats()[all …]