Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Diov.c64 for (nr_virtfn = iov->total_VFs; nr_virtfn; nr_virtfn--) { in compute_max_vf_buses()
273 if (initial > iov->total_VFs || in sriov_enable()
274 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
277 if (nr_virtfn < 0 || nr_virtfn > iov->total_VFs || in sriov_enable()
471 iov->total_VFs = total; in sriov_init()
588 iov->driver_max_VFs = iov->total_VFs; in pci_iov_remove()
822 if (numvfs > dev->sriov->total_VFs) in pci_sriov_set_totalvfs()
Dpci.h276 u16 total_VFs; /* Total VFs associated with the PF */ member
/Linux-v4.19/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].