Lines Matching defs:atl1c_hw_stats
312 struct atl1c_hw_stats { struct
314 unsigned long rx_ok; /* The number of good packet received. */
315 unsigned long rx_bcast; /* The number of good broadcast packet received. */
316 unsigned long rx_mcast; /* The number of good multicast packet received. */
317 unsigned long rx_pause; /* The number of Pause packet received. */
318 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */
319 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */
320 …nsigned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */
321 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
322 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */
323 …ng rx_frag; /* The number of packets received that are less than 64 byte long and with bad FCS. */
324 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
325 …sz_65_127; /* The number of good and bad packets received that are between 65 and 127-byte long. */
326 …_128_255; /* The number of good and bad packets received that are between 128 and 255-byte long. */
327 …_256_511; /* The number of good and bad packets received that are between 256 and 511-byte long. */
328 …12_1023; /* The number of good and bad packets received that are between 512 and 1023-byte long. */
329 …4_1518; /* The number of good and bad packets received that are between 1024 and 1518-byte long. */
330 …_sz_1519_max; /* The number of good and bad packets received that are between 1519-byte and MTU. */
331 … /* The number of good and bad packets received that are more than MTU size truncated by Selene. */
332 unsigned long rx_rxf_ov; /* The number of frame dropped due to occurrence of RX FIFO overflow. */
333 unsigned long rx_rrd_ov; /* The number of frame dropped due to occurrence of RRD overflow. */
334 unsigned long rx_align_err; /* Alignment Error */
335 unsigned long rx_bcast_byte_cnt; /* The byte count of broadcast packet received, excluding FCS. */
336 unsigned long rx_mcast_byte_cnt; /* The byte count of multicast packet received, excluding FCS. */
337 unsigned long rx_err_addr; /* The number of packets dropped due to address filtering. */
340 unsigned long tx_ok; /* The number of good packet transmitted. */
341 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
342 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
343 unsigned long tx_pause; /* The number of Pause packet transmitted. */
344 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
345 …d long tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause frame. */
346 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
347 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
348 …nsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. */
349 …65_127; /* The number of good and bad packets transmitted that are between 65 and 127-byte long. */
350 …8_255; /* The number of good and bad packets transmitted that are between 128 and 255-byte long. */
351 …6_511; /* The number of good and bad packets transmitted that are between 256 and 511-byte long. */
352 …1023; /* The number of good and bad packets transmitted that are between 512 and 1023-byte long. */
353 …518; /* The number of good and bad packets transmitted that are between 1024 and 1518-byte long. */
354 …_1519_max; /* The number of good and bad packets transmitted that are between 1519-byte and MTU. */
355 …; /* The number of packets subsequently transmitted successfully with a single prior collision. */
356 … /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
357 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
358 …signed long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */
359 …n; /* The number of transmit packets aborted due to transmit FIFO underrun, or TRD FIFO underrun */
360 …umber of times that read beyond the EOP into the next frame area when TRD was not written timely */
361 …n_err; /* The number of transmit packets with length field does NOT match the actual frame size. */
362 unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */
363 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
364 unsigned long tx_mcast_byte; /* The byte count of multicast packet transmitted, excluding FCS. */