Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c678 struct fc_host_statistics *bnx2fc_stats; in bnx2fc_get_host_stats() local
692 bnx2fc_stats = fc_get_host_stats(shost); in bnx2fc_get_host_stats()
705 bnx2fc_stats->tx_frames += hba->bfw_stats.fcoe_tx_pkt_cnt; in bnx2fc_get_host_stats()
709 bnx2fc_stats->rx_frames += hba->bfw_stats.fcoe_rx_pkt_cnt; 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()
716 bnx2fc_stats->loss_of_sync_count = 0; in bnx2fc_get_host_stats()
717 bnx2fc_stats->loss_of_signal_count = 0; in bnx2fc_get_host_stats()
718 bnx2fc_stats->prim_seq_protocol_err_count = 0; in bnx2fc_get_host_stats()
[all …]