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

/drivers/net/ethernet/i825xx/
H A D3c527.h61 u32 tx_max_collisions; member in struct:mc32_stats
/drivers/net/ethernet/3com/
H A D3c59x.c589 unsigned long tx_max_collisions; member in struct:vortex_extra_stats
746 { "tx_max_collisions" },
1989 if (tx_status & 0x08) vp->xstats.tx_max_collisions++;
2846 + vp->xstats.tx_max_collisions;
2908 data[1] = vp->xstats.tx_max_collisions;
/drivers/net/ethernet/intel/
H A De100.c534 __le32 tx_good_frames, tx_max_collisions, tx_late_collisions, member in struct:stats
1619 ns->tx_aborted_errors += le32_to_cpu(s->tx_max_collisions);
1624 ns->tx_errors += le32_to_cpu(s->tx_max_collisions) +

Completed in 80 milliseconds