e1000_suspend
static int e1000_suspend(struct device *dev);
static DEFINE_SIMPLE_DEV_PM_OPS(e1000_pm_ops, e1000_suspend, e1000_resume);