Home
last modified time | relevance | path

Searched refs:tx_max_collisions (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/3com/
H A D3c59x.c589 unsigned long tx_max_collisions; member
1965 if (tx_status & 0x08) vp->xstats.tx_max_collisions++; in vortex_error()
2872 + vp->xstats.tx_max_collisions; in update_stats()
2938 data[1] = vp->xstats.tx_max_collisions; in vortex_get_ethtool_stats()
/openbmc/qemu/hw/net/
H A Deepro100.c213 uint32_t tx_good_frames, tx_max_collisions, tx_late_collisions, member
1799 VMSTATE_UINT32(statistics.tx_max_collisions, EEPRO100State),
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c506 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member
1617 ns->tx_aborted_errors += le32_to_cpu(s->tx_max_collisions); in e100_update_stats()
1622 ns->tx_errors += le32_to_cpu(s->tx_max_collisions) + in e100_update_stats()