Lines Matching refs:M64_PER_IOV
1166 for (j = 0; j < M64_PER_IOV; j++) { in pnv_pci_vf_release_m64()
1202 for (j = 0; j < M64_PER_IOV; j++) in pnv_pci_vf_assign_m64()
1205 if (pdn->m64_per_iov == M64_PER_IOV) { in pnv_pci_vf_assign_m64()
1206 vf_groups = (num_vfs <= M64_PER_IOV) ? num_vfs: M64_PER_IOV; in pnv_pci_vf_assign_m64()
1207 vf_per_group = (num_vfs <= M64_PER_IOV)? 1: in pnv_pci_vf_assign_m64()
1233 if (pdn->m64_per_iov == M64_PER_IOV) { in pnv_pci_vf_assign_m64()
1244 if (pdn->m64_per_iov == M64_PER_IOV) { in pnv_pci_vf_assign_m64()
1265 if (pdn->m64_per_iov == M64_PER_IOV) in pnv_pci_vf_assign_m64()
1336 if (pdn->m64_per_iov == M64_PER_IOV && num_vfs > M64_PER_IOV) { in pnv_ioda_release_vf_PE()
1343 for (vf_group = 0; vf_group < M64_PER_IOV; vf_group++) in pnv_ioda_release_vf_PE()
1475 if (pdn->m64_per_iov == M64_PER_IOV && num_vfs > M64_PER_IOV) { in pnv_ioda_setup_vf_PE()
1482 for (vf_group = 0; vf_group < M64_PER_IOV; vf_group++) { in pnv_ioda_setup_vf_PE()
2392 pdn->m64_per_iov = M64_PER_IOV; in pnv_pci_ioda_fixup_iov_resources()