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 device
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 driver_max_VFs if the driver reduced
18it. Otherwise 0.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PCI_SRIOV_GET_TOTALV(9)