1PCI_ENABLE_SRIOV(9) Hardware Interfaces PCI_ENABLE_SRIOV(9)
23
4
NAME
6pci_enable_sriov - enable the SR-IOV capability
7
SYNOPSIS
9int pci_enable_sriov(struct pci_dev * dev, int nr_virtfn);
10
ARGUMENTS
12dev
13the PCI device
1415
nr_virtfn
16number of virtual functions to enable
17
DESCRIPTION
19Returns 0 on success, or negative on failure.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PCI_ENABLE_SRIOV(9)