Searched refs:total_VFs (Results 1 – 2 of 2) sorted by relevance
103 do_div(size, iov->total_VFs); in virtfn_add()293 if (initial > iov->total_VFs || in sriov_enable()294 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()297 if (nr_virtfn < 0 || nr_virtfn > iov->total_VFs || in sriov_enable()491 iov->total_VFs = total; in sriov_init()656 busnr = virtfn_bus(dev, dev->sriov->total_VFs - 1); in pci_iov_bus_range()786 if (!dev->is_physfn || (numvfs > dev->sriov->total_VFs)) in pci_sriov_set_totalvfs()815 return dev->sriov->total_VFs; in pci_sriov_get_totalvfs()
231 u16 total_VFs; /* total VFs associated with the PF */ member