Searched refs:UPDATE_EXTEND_STAT (Results 1 – 2 of 2) sorted by relevance
806 UPDATE_EXTEND_STAT(rx_stat_ifhcinbadoctets); in bxe_emac_stats_update()807 UPDATE_EXTEND_STAT(tx_stat_ifhcoutbadoctets); in bxe_emac_stats_update()808 UPDATE_EXTEND_STAT(rx_stat_dot3statsfcserrors); in bxe_emac_stats_update()809 UPDATE_EXTEND_STAT(rx_stat_dot3statsalignmenterrors); in bxe_emac_stats_update()810 UPDATE_EXTEND_STAT(rx_stat_dot3statscarriersenseerrors); in bxe_emac_stats_update()811 UPDATE_EXTEND_STAT(rx_stat_falsecarriererrors); in bxe_emac_stats_update()812 UPDATE_EXTEND_STAT(rx_stat_etherstatsundersizepkts); in bxe_emac_stats_update()813 UPDATE_EXTEND_STAT(rx_stat_dot3statsframestoolong); in bxe_emac_stats_update()814 UPDATE_EXTEND_STAT(rx_stat_etherstatsfragments); in bxe_emac_stats_update()815 UPDATE_EXTEND_STAT(rx_stat_etherstatsjabbers); in bxe_emac_stats_update()[all …]
583 #define UPDATE_EXTEND_STAT(s) \ macro