Searched refs:tx_late_collisions (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c343 u32 tx_late_collisions; member in struct:xgbe_hw_stats
478 u32 tx_late_collisions; /* slave */ member in struct:gbenu_hw_stats
662 u32 tx_late_collisions; member in struct:gbe_hw_stats
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...]
H A Dam65-cpsw-ethtool.c107 u32 tx_late_collisions; /* slave */ member in struct:am65_cpsw_stats_regs
298 AM65_CPSW_STATS(, tx_late_collisions),
685 s->LateCollisions = readl_relaxed(&stats->tx_late_collisions);
/linux-master/drivers/net/ethernet/agere/
H A Det131x.h1165 u32 tx_late_collisions; /* 0x6104 */ member in struct:macstat_regs
H A Det131x.c426 u32 tx_late_collisions; member in struct:ce_stats
1351 stats->tx_late_collisions += readl(&macstat->tx_late_collisions);
1415 adapter->stats.tx_late_collisions += COUNTER_WRAP_12_BIT;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h200 u64 tx_late_collisions; /* # of late collisions */ member in struct:mac_stats
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c375 u64 tx_late_collisions; member in struct:netdev_private::__anon1359
1529 np->xstats.tx_late_collisions += late_coll;
1625 { "tx_late_collisions" },
1720 data[i++] = np->xstats.tx_late_collisions;
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb.h989 u32 tx_late_collisions; member in struct:gem_stats
1075 GEM_STAT_TITLE_BITS(LATECOLLCNT, "tx_late_collisions",
H A Dmacb_main.c3089 nstat->tx_errors = (hwstat->tx_late_collisions +
/linux-master/drivers/net/usb/
H A Dlan78xx.c257 u32 tx_late_collisions; member in struct:lan78xx_statstage
307 u64 tx_late_collisions; member in struct:lan78xx_statstage64
771 check_counter_rollover(stats, dev->stats, tx_late_collisions);
/linux-master/drivers/net/ethernet/intel/
H A De100.c506 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member in struct:stats
1618 ns->tx_window_errors += le32_to_cpu(s->tx_late_collisions);
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.h2763 tg3_stat64_t tx_late_collisions; member in struct:tg3_hw_stats
2942 u64 tx_late_collisions; member in struct:tg3_ethtool_stats
H A Dtg3.c401 { "tx_late_collisions" },
10978 TG3_STAT_ADD32(&sp->tx_late_collisions, MAC_TX_STATS_LATE_COL);
11939 ESTAT_ADD(tx_late_collisions);

Completed in 505 milliseconds