stmmac_resume
err = stmmac_resume(dev);
int stmmac_resume(struct device *dev);
EXPORT_SYMBOL_GPL(stmmac_resume);
DEFINE_SIMPLE_DEV_PM_OPS(stmmac_simple_pm_ops, stmmac_suspend, stmmac_resume);
SET_SYSTEM_SLEEP_PM_OPS(stmmac_suspend, stmmac_resume)