E1000_CRCERRS
adapter->stats.crcerrs += E1000_READ_REG(&adapter->hw, E1000_CRCERRS);
sc->stats.crcerrs += E1000_READ_REG(&sc->hw, E1000_CRCERRS);
E1000_READ_REG(hw, E1000_CRCERRS);
stats->crcerrs += E1000_READ_REG(hw, E1000_CRCERRS);