Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c1192 int vf_per_group; in pnv_pci_vf_assign_m64() local
1207 vf_per_group = (num_vfs <= M64_PER_IOV)? 1: in pnv_pci_vf_assign_m64()
1211 vf_per_group = 1; in pnv_pci_vf_assign_m64()
1236 size = size * vf_per_group; in pnv_pci_vf_assign_m64()
1338 int vf_per_group; in pnv_ioda_release_vf_PE() local
1341 vf_per_group = roundup_pow_of_two(num_vfs) / pdn->m64_per_iov; in pnv_ioda_release_vf_PE()
1344 for (vf_index = vf_group * vf_per_group; in pnv_ioda_release_vf_PE()
1345 vf_index < (vf_group + 1) * vf_per_group && in pnv_ioda_release_vf_PE()
1348 for (vf_index1 = vf_group * vf_per_group; in pnv_ioda_release_vf_PE()
1349 vf_index1 < (vf_group + 1) * vf_per_group && in pnv_ioda_release_vf_PE()
[all …]