Home
last modified time | relevance | path

Searched refs:gorcl (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000.h325 uint32_t gorcl; member
De1000_main.c2676 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2677 adapter->gorcl_old = adapter->stats.gorcl;
3463 adapter->stats.gorcl += E1000_READ_REG(hw, GORCL);
3550 adapter->net_stats.rx_bytes = adapter->stats.gorcl;
De1000_ethtool.c62 { "rx_bytes", E1000_STAT(stats.gorcl) },
99 { "rx_long_byte_count", E1000_STAT(stats.gorcl) },
De1000_hw.c6514 carry_bit = 0x80000000 & stats->gorcl; in e1000_tbi_adjust_stats()
6515 stats->gorcl += frame_len; in e1000_tbi_adjust_stats()
6523 if (carry_bit && ((stats->gorcl & 0x80000000) == 0)) in e1000_tbi_adjust_stats()
De1000_hw.h1338 uint64_t gorcl; member