Searched refs:E1000_XONTXC (Results 1 – 6 of 6) sorted by relevance
330 #define E1000_XONTXC 0x0404C /* XON Tx Count - R/clr */ macro
674 E1000_READ_REG(hw, E1000_XONTXC); in e1000_clear_hw_cntrs_base_generic()
4430 adapter->stats.xontxc += E1000_READ_REG(&adapter->hw, E1000_XONTXC); in lem_update_stats_counters()
5588 adapter->stats.xontxc += E1000_READ_REG(&adapter->hw, E1000_XONTXC); in em_update_stats_counters()
5717 stats->xontxc += E1000_READ_REG(hw, E1000_XONTXC);
2061 case E1000_XONTXC: in e82545_read_register()