Home
last modified time | relevance | path

Searched refs:total_VFs (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/
Diov.c63 for (nr_virtfn = iov->total_VFs; nr_virtfn; nr_virtfn--) { in compute_max_vf_buses()
576 if (initial > iov->total_VFs || in sriov_enable()
577 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
580 if (nr_virtfn < 0 || nr_virtfn > iov->total_VFs || in sriov_enable()
774 iov->total_VFs = total; in sriov_init()
891 iov->driver_max_VFs = iov->total_VFs; in pci_iov_remove()
1125 if (numvfs > dev->sriov->total_VFs) in pci_sriov_set_totalvfs()
Dpci.h339 u16 total_VFs; /* Total VFs associated with the PF */ member