Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dpci-bridge.h203 #define M64_PER_IOV 4 macro
206 int m64_wins[PCI_SRIOV_NUM_BARS][M64_PER_IOV];
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c1166 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()
[all …]