Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qualcomm/emac/
A Demac.h212 struct emac_stats { struct
214 u64 rx_ok; /* good packets */
217 u64 rx_pause; /* pause packet */
222 u64 rx_runt; /* runt packets */
223 u64 rx_frag; /* fragment count */
233 u64 rx_align_err; /* alignment errors */
237 u64 rx_crc_align; /* CRC align errors */
238 u64 rx_jabbers; /* jabbers */
241 u64 tx_ok; /* good packets */
244 u64 tx_pause; /* pause packets */
[all …]
/linux/drivers/net/ethernet/ibm/emac/
A 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;
A Dcore.c1970 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_hsi.h2399 struct emac_stats { struct
2400 u32 rx_stat_ifhcinoctets;
2401 u32 rx_stat_ifhcinbadoctets;
2403 u32 rx_stat_ifhcinucastpkts;
2412 u32 rx_stat_xoffstateentered;
2426 u32 tx_stat_ifhcoutoctets;
2427 u32 tx_stat_ifhcoutbadoctets;
2429 u32 tx_stat_outxonsent;
2430 u32 tx_stat_outxoffsent;
2431 u32 tx_stat_flowcontroldone;
[all …]

Completed in 40 milliseconds