Lines Matching defs:stat

2018 	struct age_stats *stat;
2024 stat = &sc->age_stat;
2036 stat->rx_frames += smb->rx_frames;
2037 stat->rx_bcast_frames += smb->rx_bcast_frames;
2038 stat->rx_mcast_frames += smb->rx_mcast_frames;
2039 stat->rx_pause_frames += smb->rx_pause_frames;
2040 stat->rx_control_frames += smb->rx_control_frames;
2041 stat->rx_crcerrs += smb->rx_crcerrs;
2042 stat->rx_lenerrs += smb->rx_lenerrs;
2043 stat->rx_bytes += smb->rx_bytes;
2044 stat->rx_runts += smb->rx_runts;
2045 stat->rx_fragments += smb->rx_fragments;
2046 stat->rx_pkts_64 += smb->rx_pkts_64;
2047 stat->rx_pkts_65_127 += smb->rx_pkts_65_127;
2048 stat->rx_pkts_128_255 += smb->rx_pkts_128_255;
2049 stat->rx_pkts_256_511 += smb->rx_pkts_256_511;
2050 stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023;
2051 stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518;
2052 stat->rx_pkts_1519_max += smb->rx_pkts_1519_max;
2053 stat->rx_pkts_truncated += smb->rx_pkts_truncated;
2054 stat->rx_fifo_oflows += smb->rx_fifo_oflows;
2055 stat->rx_desc_oflows += smb->rx_desc_oflows;
2056 stat->rx_alignerrs += smb->rx_alignerrs;
2057 stat->rx_bcast_bytes += smb->rx_bcast_bytes;
2058 stat->rx_mcast_bytes += smb->rx_mcast_bytes;
2059 stat->rx_pkts_filtered += smb->rx_pkts_filtered;
2062 stat->tx_frames += smb->tx_frames;
2063 stat->tx_bcast_frames += smb->tx_bcast_frames;
2064 stat->tx_mcast_frames += smb->tx_mcast_frames;
2065 stat->tx_pause_frames += smb->tx_pause_frames;
2066 stat->tx_excess_defer += smb->tx_excess_defer;
2067 stat->tx_control_frames += smb->tx_control_frames;
2068 stat->tx_deferred += smb->tx_deferred;
2069 stat->tx_bytes += smb->tx_bytes;
2070 stat->tx_pkts_64 += smb->tx_pkts_64;
2071 stat->tx_pkts_65_127 += smb->tx_pkts_65_127;
2072 stat->tx_pkts_128_255 += smb->tx_pkts_128_255;
2073 stat->tx_pkts_256_511 += smb->tx_pkts_256_511;
2074 stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023;
2075 stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518;
2076 stat->tx_pkts_1519_max += smb->tx_pkts_1519_max;
2077 stat->tx_single_colls += smb->tx_single_colls;
2078 stat->tx_multi_colls += smb->tx_multi_colls;
2079 stat->tx_late_colls += smb->tx_late_colls;
2080 stat->tx_excess_colls += smb->tx_excess_colls;
2081 stat->tx_underrun += smb->tx_underrun;
2082 stat->tx_desc_underrun += smb->tx_desc_underrun;
2083 stat->tx_lenerrs += smb->tx_lenerrs;
2084 stat->tx_pkts_truncated += smb->tx_pkts_truncated;
2085 stat->tx_bcast_bytes += smb->tx_bcast_bytes;
2086 stat->tx_mcast_bytes += smb->tx_mcast_bytes;