Searched refs:tx_late_collisions (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 343 u32 tx_late_collisions; member 478 u32 tx_late_collisions; /* slave */ member 662 u32 tx_late_collisions; member 830 GBE_STATSA_INFO(tx_late_collisions), 865 GBE_STATSB_INFO(tx_late_collisions), 900 GBE_STATSC_INFO(tx_late_collisions), 935 GBE_STATSD_INFO(tx_late_collisions), 1097 GBENU_STATS_P1(tx_late_collisions), 1163 GBENU_STATS_P2(tx_late_collisions), 1229 GBENU_STATS_P3(tx_late_collisions), [all …]
|
D | am65-cpsw-ethtool.c | 106 u32 tx_late_collisions; /* slave */ member 297 AM65_CPSW_STATS(, tx_late_collisions),
|
/drivers/net/ethernet/agere/ |
D | et131x.h | 1165 u32 tx_late_collisions; /* 0x6104 */ member
|
D | et131x.c | 426 u32 tx_late_collisions; member 1351 stats->tx_late_collisions += readl(&macstat->tx_late_collisions); in et1310_update_macstat_host_counters() 1415 adapter->stats.tx_late_collisions += COUNTER_WRAP_12_BIT; in et1310_handle_macstat_interrupt()
|
/drivers/net/ethernet/dlink/ |
D | sundance.c | 375 u64 tx_late_collisions; member 1529 np->xstats.tx_late_collisions += late_coll; in get_stats() 1720 data[i++] = np->xstats.tx_late_collisions; in get_ethtool_stats()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 200 u64 tx_late_collisions; /* # of late collisions */ member
|
/drivers/net/ethernet/broadcom/ |
D | tg3.h | 2763 tg3_stat64_t tx_late_collisions; member 2942 u64 tx_late_collisions; member
|
D | tg3.c | 10925 TG3_STAT_ADD32(&sp->tx_late_collisions, MAC_TX_STATS_LATE_COL); in tg3_periodic_fetch_stats() 11890 ESTAT_ADD(tx_late_collisions); in tg3_get_estats()
|
/drivers/net/ethernet/cadence/ |
D | macb.h | 918 u32 tx_late_collisions; member
|
D | macb_main.c | 2753 nstat->tx_errors = (hwstat->tx_late_collisions + in gem_get_stats()
|
/drivers/net/usb/ |
D | lan78xx.c | 212 u32 tx_late_collisions; member 262 u64 tx_late_collisions; member 587 check_counter_rollover(stats, dev->stats, tx_late_collisions); in lan78xx_check_stat_rollover()
|
/drivers/net/ethernet/intel/ |
D | e100.c | 506 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member 1619 ns->tx_window_errors += le32_to_cpu(s->tx_late_collisions); in e100_update_stats()
|