Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c632 UPDATE_STAT64(rx_stat_grerb, rx_stat_ifhcinbadoctets); in bxe_bmac_stats_update()
633 UPDATE_STAT64(rx_stat_grfcs, rx_stat_dot3statsfcserrors); in bxe_bmac_stats_update()
634 UPDATE_STAT64(rx_stat_grund, rx_stat_etherstatsundersizepkts); in bxe_bmac_stats_update()
635 UPDATE_STAT64(rx_stat_grovr, rx_stat_dot3statsframestoolong); in bxe_bmac_stats_update()
636 UPDATE_STAT64(rx_stat_grfrg, rx_stat_etherstatsfragments); in bxe_bmac_stats_update()
637 UPDATE_STAT64(rx_stat_grjbr, rx_stat_etherstatsjabbers); in bxe_bmac_stats_update()
638 UPDATE_STAT64(rx_stat_grxcf, rx_stat_maccontrolframesreceived); in bxe_bmac_stats_update()
639 UPDATE_STAT64(rx_stat_grxpf, rx_stat_xoffstateentered); in bxe_bmac_stats_update()
640 UPDATE_STAT64(rx_stat_grxpf, rx_stat_mac_xpf); in bxe_bmac_stats_update()
642 UPDATE_STAT64(tx_stat_gtxpf, tx_stat_outxoffsent); in bxe_bmac_stats_update()
[all …]
H A Dbxe_stats.h552 #define UPDATE_STAT64(s, t) \ macro