Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac.h212 struct emac_stats { struct
214 u64 rx_ok; /* good packets */
215 u64 rx_bcast; /* good broadcast packets */
216 u64 rx_mcast; /* good multicast packets */
217 u64 rx_pause; /* pause packet */
218 u64 rx_ctrl; /* control packets other than pause frame. */
219 u64 rx_fcs_err; /* packets with bad FCS. */
220 u64 rx_len_err; /* packets with length mismatch */
221 u64 rx_byte_cnt; /* good bytes count (without FCS) */
222 u64 rx_runt; /* runt packets */
[all …]
/linux-5.19.10/drivers/net/ethernet/ibm/emac/
Dcore.h91 struct emac_stats { struct
92 u64 rx_packets;
93 u64 rx_bytes;
94 u64 tx_packets;
95 u64 tx_bytes;
96 u64 rx_packets_csum;
97 u64 tx_packets_csum;
Dcore.c1970 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h2399 struct emac_stats { struct
2400 u32 rx_stat_ifhcinoctets;
2401 u32 rx_stat_ifhcinbadoctets;
2402 u32 rx_stat_etherstatsfragments;
2403 u32 rx_stat_ifhcinucastpkts;
2404 u32 rx_stat_ifhcinmulticastpkts;
2405 u32 rx_stat_ifhcinbroadcastpkts;
2406 u32 rx_stat_dot3statsfcserrors;
2407 u32 rx_stat_dot3statsalignmenterrors;
2408 u32 rx_stat_dot3statscarriersenseerrors;
[all …]