Lines Matching defs:atl1_sft_stats
659 struct atl1_sft_stats { struct
660 u64 rx_packets;
661 u64 tx_packets;
662 u64 rx_bytes;
663 u64 tx_bytes;
664 u64 multicast;
665 u64 collisions;
666 u64 rx_errors;
667 u64 rx_length_errors;
668 u64 rx_crc_errors;
669 u64 rx_dropped;
670 u64 rx_frame_errors;
671 u64 rx_fifo_errors;
672 u64 rx_missed_errors;
673 u64 tx_errors;
674 u64 tx_fifo_errors;
675 u64 tx_aborted_errors;
676 u64 tx_window_errors;
677 u64 tx_carrier_errors;
678 u64 tx_pause; /* TX pause frames */
679 u64 excecol; /* TX packets w/ excessive collisions */
680 u64 deffer; /* TX packets deferred */
681 u64 scc; /* packets TX after a single collision */
682 u64 mcc; /* packets TX after multiple collisions */
683 u64 latecol; /* TX packets w/ late collisions */
684 u64 tx_underun; /* TX packets aborted due to TX FIFO underrun
686 u64 tx_trunc; /* TX packets truncated due to size > MTU */
687 u64 rx_pause; /* num Pause packets received. */
688 u64 rx_rrd_ov;
689 u64 rx_trunc;