Lines Matching defs:atl1e_hw_stats

259 struct atl1e_hw_stats {  struct
261 unsigned long rx_ok; /* The number of good packet received. */
262 unsigned long rx_bcast; /* The number of good broadcast packet received. */
263 unsigned long rx_mcast; /* The number of good multicast packet received. */
264 unsigned long rx_pause; /* The number of Pause packet received. */
265 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */
266 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */
267 …ned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */
268 …signed long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
269 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */
270 …frag; /* The number of packets received that are less than 64 byte long and with bad FCS. */
271 …igned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
272 …_65_127; /* The number of good and bad packets received that are between 65 and 127-byte long. */
273 …128_255; /* The number of good and bad packets received that are between 128 and 255-byte long. */
274 …256_511; /* The number of good and bad packets received that are between 256 and 511-byte long. */
275 …12_1023; /* The number of good and bad packets received that are between 512 and 1023-byte long. */
276 …518; /* The number of good and bad packets received that are between 1024 and 1518-byte long. */
277 …_sz_1519_max; /* The number of good and bad packets received that are between 1519-byte and MTU. */
278 … /* The number of good and bad packets received that are more than MTU size truncated by Selene. */
279 …igned long rx_rxf_ov; /* The number of frame dropped due to occurrence of RX FIFO overflow. */
280 unsigned long rx_rrd_ov; /* The number of frame dropped due to occurrence of RRD overflow. */
281 unsigned long rx_align_err; /* Alignment Error */
282 unsigned long rx_bcast_byte_cnt; /* The byte count of broadcast packet received, excluding FCS. */
283 unsigned long rx_mcast_byte_cnt; /* The byte count of multicast packet received, excluding FCS. */
284 unsigned long rx_err_addr; /* The number of packets dropped due to address filtering. */
287 unsigned long tx_ok; /* The number of good packet transmitted. */
288 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
289 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
290 unsigned long tx_pause; /* The number of Pause packet transmitted. */
291 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
292 … tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause frame. */
293 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
294 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
295 …ed long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. */
296 …_127; /* The number of good and bad packets transmitted that are between 65 and 127-byte long. */
297 …_255; /* The number of good and bad packets transmitted that are between 128 and 255-byte long. */
298 …_511; /* The number of good and bad packets transmitted that are between 256 and 511-byte long. */
299 …1023; /* The number of good and bad packets transmitted that are between 512 and 1023-byte long. */
300 …; /* The number of good and bad packets transmitted that are between 1024 and 1518-byte long. */
301 …_1519_max; /* The number of good and bad packets transmitted that are between 1519-byte and MTU. */
302 … /* The number of packets subsequently transmitted successfully with a single prior collision. */
303 … /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
304 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
305 …gned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */
306 … /* The number of transmit packets aborted due to transmit FIFO underrun, or TRD FIFO underrun */
307 …umber of times that read beyond the EOP into the next frame area when TRD was not written timely */
308 …r; /* The number of transmit packets with length field does NOT match the actual frame size. */
309 …gned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */
310 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
311 unsigned long tx_mcast_byte; /* The byte count of multicast packet transmitted, excluding FCS. */