Lines Matching defs:rtl8169_counters
564 struct rtl8169_counters { struct
565 __le64 tx_packets;
566 __le64 rx_packets;
567 __le64 tx_errors;
568 __le32 rx_errors;
569 __le16 rx_missed;
570 __le16 align_errors;
571 __le32 tx_one_collision;
572 __le32 tx_multi_collision;
573 __le64 rx_unicast;
574 __le64 rx_broadcast;
575 __le32 rx_multicast;
576 __le16 tx_aborted;
577 __le16 tx_underun;