Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/3com/
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()
/linux-5.19.10/drivers/net/ethernet/intel/
De100.c506 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member
1618 ns->tx_aborted_errors += le32_to_cpu(s->tx_max_collisions); in e100_update_stats()
1623 ns->tx_errors += le32_to_cpu(s->tx_max_collisions) + in e100_update_stats()