Lines Matching refs:M64_PER_IOV
1141 for (j = 0; j < M64_PER_IOV; j++) { in pnv_pci_vf_release_m64()
1177 for (j = 0; j < M64_PER_IOV; j++) in pnv_pci_vf_assign_m64()
1180 if (pdn->m64_per_iov == M64_PER_IOV) { in pnv_pci_vf_assign_m64()
1181 vf_groups = (num_vfs <= M64_PER_IOV) ? num_vfs: M64_PER_IOV; in pnv_pci_vf_assign_m64()
1182 vf_per_group = (num_vfs <= M64_PER_IOV)? 1: in pnv_pci_vf_assign_m64()
1208 if (pdn->m64_per_iov == M64_PER_IOV) { in pnv_pci_vf_assign_m64()
1219 if (pdn->m64_per_iov == M64_PER_IOV) { in pnv_pci_vf_assign_m64()
1240 if (pdn->m64_per_iov == M64_PER_IOV) in pnv_pci_vf_assign_m64()
1302 if (pdn->m64_per_iov == M64_PER_IOV && num_vfs > M64_PER_IOV) { in pnv_ioda_release_vf_PE()
1309 for (vf_group = 0; vf_group < M64_PER_IOV; vf_group++) in pnv_ioda_release_vf_PE()
1437 if (pdn->m64_per_iov == M64_PER_IOV && num_vfs > M64_PER_IOV) { in pnv_ioda_setup_vf_PE()
1444 for (vf_group = 0; vf_group < M64_PER_IOV; vf_group++) { in pnv_ioda_setup_vf_PE()
2774 pdn->m64_per_iov = M64_PER_IOV; in pnv_pci_ioda_fixup_iov_resources()