1PCI_SRIOV_GET_TOTALV(9) Hardware Interfaces PCI_SRIOV_GET_TOTALV(9)
23
4
NAME
6pci_sriov_get_totalvfs - - get total VFs supported on this devic3
7
SYNOPSIS
9int pci_sriov_get_totalvfs(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the PCI PF device
14
DESCRIPTION
16For a PCIe device with SRIOV support, return the PCIe SRIOV capability
17value of TotalVFs or the value of drvttl if the driver reduced it.
18Otherwise, -EINVAL.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 PCI_SRIOV_GET_TOTALV(9)