Searched defs:emac_stats (Results 1 – 4 of 4) sorted by relevance
220 struct emac_stats { struct222 u64 rx_ok; /* good packets */223 u64 rx_bcast; /* good broadcast packets */224 u64 rx_mcast; /* good multicast packets */225 u64 rx_pause; /* pause packet */226 u64 rx_ctrl; /* control packets other than pause frame. */227 u64 rx_fcs_err; /* packets with bad FCS. */228 u64 rx_len_err; /* packets with length mismatch */229 u64 rx_byte_cnt; /* good bytes count (without FCS) */230 u64 rx_runt; /* runt packets */[all …]
100 struct emac_stats { struct101 u64 rx_packets;102 u64 rx_bytes;103 u64 tx_packets;104 u64 tx_bytes;105 u64 rx_packets_csum;106 u64 tx_packets_csum;
1950 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function
2394 struct emac_stats { struct2395 u32 rx_stat_ifhcinoctets;2396 u32 rx_stat_ifhcinbadoctets;2397 u32 rx_stat_etherstatsfragments;2398 u32 rx_stat_ifhcinucastpkts;2399 u32 rx_stat_ifhcinmulticastpkts;2400 u32 rx_stat_ifhcinbroadcastpkts;2401 u32 rx_stat_dot3statsfcserrors;2402 u32 rx_stat_dot3statsalignmenterrors;2403 u32 rx_stat_dot3statscarriersenseerrors;[all …]