1. NAME

pci_enable_sriov - enable the SR-IOV capability

2. SYNOPSIS

int pci_enable_sriov(struct pci_dev *  dev , int  nr_virtfn );

3. ARGUMENTS

dev
    the PCI device

nr_virtfn
    number of virtual functions to enable

4. DESCRIPTION

Returns 0 on success, or negative on failure.

5. COPYRIGHT