Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c1166 int vf_groups; in pnv_pci_vf_assign_m64() local
1181 vf_groups = (num_vfs <= M64_PER_IOV) ? num_vfs: M64_PER_IOV; in pnv_pci_vf_assign_m64()
1185 vf_groups = 1; in pnv_pci_vf_assign_m64()
1197 for (j = 0; j < vf_groups; j++) { in pnv_pci_vf_assign_m64()