Searched defs:bcmgenet_rx_counters (Results 1 – 1 of 1) sorted by relevance
91 struct bcmgenet_rx_counters { struct92 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 */[all …]