"Disable using the PCI D3 low power state for idle, unused devices");
staticboolenable_sriov;
#ifdef CONFIG_PCI_IOV
module_param(enable_sriov,bool,0644);
MODULE_PARM_DESC(enable_sriov,"Enable support for SR-IOV configuration. Enabling SR-IOV on a PF typically requires support of the userspace PF driver, enabling VFs without such support may result in non-functional VFs or PF.");