Searched refs:bnx2fc_stats (Results 1 – 1 of 1) sorted by relevance
687 struct fc_host_statistics *bnx2fc_stats; in bnx2fc_get_host_stats() local701 bnx2fc_stats = fc_get_host_stats(shost); in bnx2fc_get_host_stats()712 bnx2fc_stats->invalid_crc_count += hba->bfw_stats.fc_crc_cnt; in bnx2fc_get_host_stats()714 bnx2fc_stats->tx_frames += hba->bfw_stats.fcoe_tx_pkt_cnt; in bnx2fc_get_host_stats()716 bnx2fc_stats->tx_words += ((hba->bfw_stats.fcoe_tx_byte_cnt) / 4); in bnx2fc_get_host_stats()718 bnx2fc_stats->rx_frames += hba->bfw_stats.fcoe_rx_pkt_cnt; in bnx2fc_get_host_stats()720 bnx2fc_stats->rx_words += ((hba->bfw_stats.fcoe_rx_byte_cnt) / 4); in bnx2fc_get_host_stats()722 bnx2fc_stats->dumped_frames = 0; in bnx2fc_get_host_stats()723 bnx2fc_stats->lip_count = 0; in bnx2fc_get_host_stats()724 bnx2fc_stats->nos_count = 0; in bnx2fc_get_host_stats()[all …]