Lines Matching defs:rtl8169_counters
556 struct rtl8169_counters { struct
557 __le64 tx_packets;
558 __le64 rx_packets;
559 __le64 tx_errors;
560 __le32 rx_errors;
561 __le16 rx_missed;
562 __le16 align_errors;
563 __le32 tx_one_collision;
564 __le32 tx_multi_collision;
565 __le64 rx_unicast;
566 __le64 rx_broadcast;
567 __le32 rx_multicast;
568 __le16 tx_aborted;
569 __le16 tx_underun;