Searched refs:bnx2fc_stats (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c632 struct fc_host_statistics *bnx2fc_stats; bnx2fc_get_host_stats() local
644 bnx2fc_stats = fc_get_host_stats(shost); bnx2fc_get_host_stats()
648 return bnx2fc_stats; bnx2fc_get_host_stats()
652 return bnx2fc_stats; bnx2fc_get_host_stats()
655 bnx2fc_stats->invalid_crc_count += hba->bfw_stats.fc_crc_cnt; bnx2fc_get_host_stats()
657 bnx2fc_stats->tx_frames += hba->bfw_stats.fcoe_tx_pkt_cnt; bnx2fc_get_host_stats()
659 bnx2fc_stats->tx_words += ((hba->bfw_stats.fcoe_tx_byte_cnt) / 4); bnx2fc_get_host_stats()
661 bnx2fc_stats->rx_frames += hba->bfw_stats.fcoe_rx_pkt_cnt; bnx2fc_get_host_stats()
663 bnx2fc_stats->rx_words += ((hba->bfw_stats.fcoe_rx_byte_cnt) / 4); bnx2fc_get_host_stats()
665 bnx2fc_stats->dumped_frames = 0; bnx2fc_get_host_stats()
666 bnx2fc_stats->lip_count = 0; bnx2fc_get_host_stats()
667 bnx2fc_stats->nos_count = 0; bnx2fc_get_host_stats()
668 bnx2fc_stats->loss_of_sync_count = 0; bnx2fc_get_host_stats()
669 bnx2fc_stats->loss_of_signal_count = 0; bnx2fc_get_host_stats()
670 bnx2fc_stats->prim_seq_protocol_err_count = 0; bnx2fc_get_host_stats()
674 return bnx2fc_stats; bnx2fc_get_host_stats()

Completed in 65 milliseconds