Home
last modified time | relevance | path

Searched refs:tx_late_collisions (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c343 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 …]
H A Dam65-cpsw-ethtool.c106 u32 tx_late_collisions; /* slave */ member
297 AM65_CPSW_STATS(, tx_late_collisions),
/openbmc/linux/drivers/net/ethernet/agere/
H A Det131x.h1165 u32 tx_late_collisions; /* 0x6104 */ member
H A Det131x.c426 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()
/openbmc/linux/drivers/net/ethernet/dlink/
H A Dsundance.c375 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()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h200 u64 tx_late_collisions; /* # of late collisions */ member
/openbmc/qemu/hw/net/
H A Deepro100.c213 uint32_t tx_good_frames, tx_max_collisions, tx_late_collisions, member
1800 VMSTATE_UINT32(statistics.tx_late_collisions, EEPRO100State),
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.h2763 tg3_stat64_t tx_late_collisions; member
2942 u64 tx_late_collisions; member
H A Dtg3.c10910 TG3_STAT_ADD32(&sp->tx_late_collisions, MAC_TX_STATS_LATE_COL); in tg3_periodic_fetch_stats()
11871 ESTAT_ADD(tx_late_collisions); in tg3_get_estats()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb.h989 u32 tx_late_collisions; member
H A Dmacb_main.c3100 nstat->tx_errors = (hwstat->tx_late_collisions + in gem_get_stats()
/openbmc/linux/drivers/net/usb/
H A Dlan78xx.c257 u32 tx_late_collisions; member
307 u64 tx_late_collisions; member
771 check_counter_rollover(stats, dev->stats, tx_late_collisions); in lan78xx_check_stat_rollover()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c506 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member
1618 ns->tx_window_errors += le32_to_cpu(s->tx_late_collisions); in e100_update_stats()