Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/qualcomm/emac/
H 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-6.15/drivers/net/ethernet/ibm/emac/
H A Dcore.h90 struct emac_stats { struct
91 u64 rx_packets;
92 u64 rx_bytes;
93 u64 tx_packets;
94 u64 tx_bytes;
95 u64 rx_packets_csum;
96 u64 tx_packets_csum;
H A Dcore.c1950 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H 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 …]
/linux-6.15/net/ethtool/
H A Dstats.c510 static void ethtool_aggregate_stats(void *aggr_stats, const void *emac_stats, in ethtool_aggregate_stats()