Home
last modified time | relevance | path

Searched refs:enable_sriov (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci.c53 static bool enable_sriov; variable
55 module_param(enable_sriov, bool, 0644);
56 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.");
183 if (!enable_sriov) in vfio_pci_sriov_configure()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci.c57 static bool enable_sriov; variable
59 module_param(enable_sriov, bool, 0644);
60 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.");
2157 if (!enable_sriov) in vfio_pci_sriov_configure()

Completed in 5 milliseconds