Searched refs:E1000_TORH (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_regs.h357 #define E1000_TORH 0x040C4 /* Total Octets Rx High - R/clr */ macro
H A De1000_mac.c692 E1000_READ_REG(hw, E1000_TORH);
H A Dif_lem.c4477 adapter->stats.tor += E1000_READ_REG(&adapter->hw, E1000_TORH);
H A Dif_em.c5599 adapter->stats.tor += E1000_READ_REG(&adapter->hw, E1000_TORH);
H A Dif_igb.c5385 ((u64)E1000_READ_REG(hw, E1000_TORH) << 32);

Completed in 204 milliseconds