Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Diov.c65 for (nr_virtfn = iov->total_VFs; nr_virtfn; nr_virtfn--) { in compute_max_vf_buses()
257 if (initial > iov->total_VFs || in sriov_enable()
258 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
261 if (nr_virtfn < 0 || nr_virtfn > iov->total_VFs || in sriov_enable()
458 iov->total_VFs = total; in sriov_init()
734 if (numvfs > dev->sriov->total_VFs) in pci_sriov_set_totalvfs()
763 return dev->sriov->total_VFs; in pci_sriov_get_totalvfs()
Dpci.h253 u16 total_VFs; /* total VFs associated with the PF */ member
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt219 But doing so introduces another problem: total_VFs is usually smaller
225 total_VFs is less than 256, we have the situation in Figure 1.0, where
226 segments [total_VFs, 255] of the M64 window may map to some MMIO range on
229 0 1 total_VFs - 1
236 0 1 total_VFs - 1 255
248 0 1 total_VFs - 1 255
255 0 1 total_VFs - 1 255
267 reserved in software; there are still only total_VFs VFs, and they only
268 respond to segments [0, total_VFs - 1]. There's nothing in hardware that
269 responds to segments [total_VFs, 255].