Name

pci_vfs_assigned — returns number of VFs are assigned to a guest

Synopsis

int pci_vfs_assigned (struct pci_dev * dev);
 

Arguments

struct pci_dev * dev

the PCI device

Description

Returns number of VFs belonging to this device that are assigned to a guest. If device is not a physical function returns 0.