wxvf_suspend
EXPORT_SYMBOL(wxvf_suspend);
wxvf_suspend(&pdev->dev);
int wxvf_suspend(struct device *dev_d);
static DEFINE_SIMPLE_DEV_PM_OPS(ngbevf_pm_ops, wxvf_suspend, wxvf_resume);
static DEFINE_SIMPLE_DEV_PM_OPS(txgbevf_pm_ops, wxvf_suspend, wxvf_resume);