Lines Matching refs:stat

2133 	struct ale_hw_stats *stat;
2142 stat = &sc->ale_stats;
2157 stat->rx_frames += smb->rx_frames;
2158 stat->rx_bcast_frames += smb->rx_bcast_frames;
2159 stat->rx_mcast_frames += smb->rx_mcast_frames;
2160 stat->rx_pause_frames += smb->rx_pause_frames;
2161 stat->rx_control_frames += smb->rx_control_frames;
2162 stat->rx_crcerrs += smb->rx_crcerrs;
2163 stat->rx_lenerrs += smb->rx_lenerrs;
2164 stat->rx_bytes += smb->rx_bytes;
2165 stat->rx_runts += smb->rx_runts;
2166 stat->rx_fragments += smb->rx_fragments;
2167 stat->rx_pkts_64 += smb->rx_pkts_64;
2168 stat->rx_pkts_65_127 += smb->rx_pkts_65_127;
2169 stat->rx_pkts_128_255 += smb->rx_pkts_128_255;
2170 stat->rx_pkts_256_511 += smb->rx_pkts_256_511;
2171 stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023;
2172 stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518;
2173 stat->rx_pkts_1519_max += smb->rx_pkts_1519_max;
2174 stat->rx_pkts_truncated += smb->rx_pkts_truncated;
2175 stat->rx_fifo_oflows += smb->rx_fifo_oflows;
2176 stat->rx_rrs_errs += smb->rx_rrs_errs;
2177 stat->rx_alignerrs += smb->rx_alignerrs;
2178 stat->rx_bcast_bytes += smb->rx_bcast_bytes;
2179 stat->rx_mcast_bytes += smb->rx_mcast_bytes;
2180 stat->rx_pkts_filtered += smb->rx_pkts_filtered;
2183 stat->tx_frames += smb->tx_frames;
2184 stat->tx_bcast_frames += smb->tx_bcast_frames;
2185 stat->tx_mcast_frames += smb->tx_mcast_frames;
2186 stat->tx_pause_frames += smb->tx_pause_frames;
2187 stat->tx_excess_defer += smb->tx_excess_defer;
2188 stat->tx_control_frames += smb->tx_control_frames;
2189 stat->tx_deferred += smb->tx_deferred;
2190 stat->tx_bytes += smb->tx_bytes;
2191 stat->tx_pkts_64 += smb->tx_pkts_64;
2192 stat->tx_pkts_65_127 += smb->tx_pkts_65_127;
2193 stat->tx_pkts_128_255 += smb->tx_pkts_128_255;
2194 stat->tx_pkts_256_511 += smb->tx_pkts_256_511;
2195 stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023;
2196 stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518;
2197 stat->tx_pkts_1519_max += smb->tx_pkts_1519_max;
2198 stat->tx_single_colls += smb->tx_single_colls;
2199 stat->tx_multi_colls += smb->tx_multi_colls;
2200 stat->tx_late_colls += smb->tx_late_colls;
2201 stat->tx_excess_colls += smb->tx_excess_colls;
2202 stat->tx_underrun += smb->tx_underrun;
2203 stat->tx_desc_underrun += smb->tx_desc_underrun;
2204 stat->tx_lenerrs += smb->tx_lenerrs;
2205 stat->tx_pkts_truncated += smb->tx_pkts_truncated;
2206 stat->tx_bcast_bytes += smb->tx_bcast_bytes;
2207 stat->tx_mcast_bytes += smb->tx_mcast_bytes;