Searched defs:bcm_sysport_rx_counters (Results 1 – 1 of 1) sorted by relevance
510 struct bcm_sysport_rx_counters { struct511 struct bcm_sysport_pkt_counters pkt_cnt;512 u32 pkt; /* RO (0x428) Received pkt count*/513 u32 bytes; /* RO Received byte count */514 u32 mca; /* RO # of Received multicast pkt */515 u32 bca; /* RO # of Receive broadcast pkt */516 u32 fcs; /* RO # of Received FCS error */517 u32 cf; /* RO # of Received control frame pkt*/518 u32 pf; /* RO # of Received pause frame pkt */519 u32 uo; /* RO # of unknown op code pkt */[all …]