Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_ethtool.c83 { "tx_window_errors", E1000_STAT(stats.latecol) },
84 { "tx_abort_late_coll", E1000_STAT(stats.latecol) },
De1000_main.c3483 adapter->stats.latecol += E1000_READ_REG(hw, LATECOL);
3571 adapter->stats.latecol;
3573 adapter->net_stats.tx_window_errors = adapter->stats.latecol;
De1000_hw.h1316 uint64_t latecol; member