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