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

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_regs.h359 #define E1000_TOTH 0x040CC /* Total Octets Tx High - R/clr */ macro
H A De1000_mac.c694 E1000_READ_REG(hw, E1000_TOTH);
H A Dif_lem.c4478 adapter->stats.tot += E1000_READ_REG(&adapter->hw, E1000_TOTH);
H A Dif_em.c5600 adapter->stats.tot += E1000_READ_REG(&adapter->hw, E1000_TOTH);
H A Dif_igb.c5387 ((u64)E1000_READ_REG(hw, E1000_TOTH) << 32);

Completed in 83 milliseconds