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

/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c589 unsigned long tx_max_collisions; member in struct:vortex_extra_stats
744 { "tx_max_collisions" },
1965 if (tx_status & 0x08) vp->xstats.tx_max_collisions++;
2872 + vp->xstats.tx_max_collisions;
2938 data[1] = vp->xstats.tx_max_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
1617 ns->tx_aborted_errors += le32_to_cpu(s->tx_max_collisions);
1622 ns->tx_errors += le32_to_cpu(s->tx_max_collisions) +

Completed in 117 milliseconds