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

/drivers/net/ethernet/cadence/
H A Dmacb.h471 u32 tx_late_collisions; member in struct:gem_stats
H A Dmacb.c1109 nstat->tx_errors = (hwstat->tx_late_collisions +
/drivers/staging/et131x/
H A Det131x.h1314 u32 tx_late_collisions; /* 0x6104 */ member in struct:macstat_regs
H A Det131x.c479 u32 tx_late_collisions; member in struct:ce_stats
1374 writel(0, &macstat->tx_late_collisions);
1627 stats->tx_late_collisions += readl(&macstat->tx_late_collisions);
1693 adapter->stats.tx_late_collisions += COUNTER_WRAP_12_BIT;
/drivers/net/ethernet/dlink/
H A Dsundance.c373 u64 tx_late_collisions; member in struct:netdev_private::__anon2168
1520 np->xstats.tx_late_collisions += late_coll;
1616 { "tx_late_collisions" },
1710 data[i++] = np->xstats.tx_late_collisions;
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h202 u64 tx_late_collisions; /* # of late collisions */ member in struct:mac_stats
/drivers/net/ethernet/broadcom/
H A Dtg3.h2617 tg3_stat64_t tx_late_collisions; member in struct:tg3_hw_stats
2762 u64 tx_late_collisions; member in struct:tg3_ethtool_stats
H A Dtg3.c355 { "tx_late_collisions" },
9393 TG3_STAT_ADD32(&sp->tx_late_collisions, MAC_TX_STATS_LATE_COL);
10236 ESTAT_ADD(tx_late_collisions);
/drivers/net/ethernet/intel/
H A De100.c534 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member in struct:stats
1620 ns->tx_window_errors += le32_to_cpu(s->tx_late_collisions);

Completed in 1612 milliseconds