Lines Matching defs:atl1_sft_stats
646 struct atl1_sft_stats { struct
647 u64 rx_packets;
648 u64 tx_packets;
649 u64 rx_bytes;
650 u64 tx_bytes;
651 u64 multicast;
652 u64 collisions;
653 u64 rx_errors;
654 u64 rx_length_errors;
655 u64 rx_crc_errors;
656 u64 rx_dropped;
657 u64 rx_frame_errors;
658 u64 rx_fifo_errors;
659 u64 rx_missed_errors;
660 u64 tx_errors;
661 u64 tx_fifo_errors;
662 u64 tx_aborted_errors;
663 u64 tx_window_errors;
664 u64 tx_carrier_errors;
665 u64 tx_pause; /* TX pause frames */
666 u64 excecol; /* TX packets w/ excessive collisions */
667 u64 deffer; /* TX packets deferred */
668 u64 scc; /* packets TX after a single collision */
669 u64 mcc; /* packets TX after multiple collisions */
670 u64 latecol; /* TX packets w/ late collisions */
671 u64 tx_underrun; /* TX packets aborted due to TX FIFO underrun
673 u64 tx_trunc; /* TX packets truncated due to size > MTU */
674 u64 rx_pause; /* num Pause packets received. */
675 u64 rx_rrd_ov;
676 u64 rx_trunc;