1. NAME

pci_num_vf - return number of VFs associated with a PF device_release_driver

2. SYNOPSIS

int pci_num_vf(struct pci_dev *  dev );

3. ARGUMENTS

dev
    the PCI device

4. DESCRIPTION

Returns number of VFs, or 0 if SR-IOV is not enabled.

5. COPYRIGHT