table of contents
other versions
- wheezy 3.2.78-1
PCI_ENABLE_SRIOV(9) | Hardware Interfaces | PCI_ENABLE_SRIOV(9) |
NAME¶
pci_enable_sriov - enable the SR-IOV capabilitySYNOPSIS¶
int
pci_enable_sriov(struct pci_dev * dev,
int nr_virtfn);
ARGUMENTS¶
devthe PCI device
nr_virtfn
number of virtual functions to enable
DESCRIPTION¶
Returns 0 on success, or negative on failure.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |