Lines Matching defs:bcmgenet_rx_counters
89 struct bcmgenet_rx_counters { struct
90 struct bcmgenet_pkt_counters pkt_cnt;
91 u32 pkt; /* RO (0x428) Received pkt count*/
92 u32 bytes; /* RO Received byte count */
93 u32 mca; /* RO # of Received multicast pkt */
94 u32 bca; /* RO # of Receive broadcast pkt */
95 u32 fcs; /* RO # of Received FCS error */
96 u32 cf; /* RO # of Received control frame pkt*/
97 u32 pf; /* RO # of Received pause frame pkt */
98 u32 uo; /* RO # of unknown op code pkt */
99 u32 aln; /* RO # of alignment error count */
100 u32 flr; /* RO # of frame length out of range count */
101 u32 cde; /* RO # of code error pkt */
102 u32 fcr; /* RO # of carrier sense error pkt */
103 u32 ovr; /* RO # of oversize pkt*/
104 u32 jbr; /* RO # of jabber count */
105 u32 mtue; /* RO # of MTU error pkt*/
106 u32 pok; /* RO # of Received good pkt */
107 u32 uc; /* RO # of unicast pkt */
108 u32 ppp; /* RO # of PPP pkt */
109 u32 rcrc; /* RO (0x470),# of CRC match pkt */