Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c1167 int vf_per_group; in pnv_pci_vf_assign_m64() local
1182 vf_per_group = (num_vfs <= M64_PER_IOV)? 1: in pnv_pci_vf_assign_m64()
1186 vf_per_group = 1; in pnv_pci_vf_assign_m64()
1211 size = size * vf_per_group; in pnv_pci_vf_assign_m64()
1304 int vf_per_group; in pnv_ioda_release_vf_PE() local
1307 vf_per_group = roundup_pow_of_two(num_vfs) / pdn->m64_per_iov; in pnv_ioda_release_vf_PE()
1310 for (vf_index = vf_group * vf_per_group; in pnv_ioda_release_vf_PE()
1311 vf_index < (vf_group + 1) * vf_per_group && in pnv_ioda_release_vf_PE()
1314 for (vf_index1 = vf_group * vf_per_group; in pnv_ioda_release_vf_PE()
1315 vf_index1 < (vf_group + 1) * vf_per_group && in pnv_ioda_release_vf_PE()
[all …]