1PCI_VFS_ASSIGNED(9) Hardware Interfaces PCI_VFS_ASSIGNED(9)
23
4
NAME
6pci_vfs_assigned - returns number of VFs are assigned to a guest
7
SYNOPSIS
9int pci_vfs_assigned(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the PCI device
14
DESCRIPTION
16Returns number of VFs belonging to this device that are assigned to a
17guest. If device is not a physical function returns -ENODEV.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 PCI_VFS_ASSIGNED(9)