Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_main.c3481 adapter->stats.ecol += E1000_READ_REG(hw, ECOL);
3570 adapter->net_stats.tx_errors = adapter->stats.ecol +
3572 adapter->net_stats.tx_aborted_errors = adapter->stats.ecol;
De1000_ethtool.c79 { "tx_aborted_errors", E1000_STAT(stats.ecol) },
De1000_hw.h1314 uint64_t ecol; member