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