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