Home
last modified time | relevance | path

Searched defs:bcm_sysport_rx_counters (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbcmsysport.h502 struct bcm_sysport_rx_counters { struct
503 struct bcm_sysport_pkt_counters pkt_cnt;
504 u32 pkt; /* RO (0x428) Received pkt count*/
505 u32 bytes; /* RO Received byte count */
506 u32 mca; /* RO # of Received multicast pkt */
507 u32 bca; /* RO # of Receive broadcast pkt */
508 u32 fcs; /* RO # of Received FCS error */
509 u32 cf; /* RO # of Received control frame pkt*/
510 u32 pf; /* RO # of Received pause frame pkt */
511 u32 uo; /* RO # of unknown op code pkt */
[all …]