E1000_XONRXC
adapter->stats.xonrxc += E1000_READ_REG(&adapter->hw, E1000_XONRXC);
sc->stats.xonrxc += E1000_READ_REG(&sc->hw, E1000_XONRXC);
E1000_READ_REG(hw, E1000_XONRXC);
stats->xonrxc += E1000_READ_REG(hw, E1000_XONRXC);