Searched refs:total_VFs (Results 1 – 2 of 2) sorted by relevance
62 for (nr_virtfn = iov->total_VFs; nr_virtfn; nr_virtfn--) { in compute_max_vf_buses()479 if (initial > iov->total_VFs || in sriov_enable()480 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()483 if (nr_virtfn < 0 || nr_virtfn > iov->total_VFs || in sriov_enable()677 iov->total_VFs = total; in sriov_init()794 iov->driver_max_VFs = iov->total_VFs; in pci_iov_remove()1028 if (numvfs > dev->sriov->total_VFs) in pci_sriov_set_totalvfs()
343 u16 total_VFs; /* Total VFs associated with the PF */ member