Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c1339 int vf_index1; in pnv_ioda_release_vf_PE() local
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()
1350 vf_index1 < num_vfs; in pnv_ioda_release_vf_PE()
1351 vf_index1++){ in pnv_ioda_release_vf_PE()
1355 pdn->offset + vf_index1, in pnv_ioda_release_vf_PE()
1361 pdn->offset + vf_index1, rc); in pnv_ioda_release_vf_PE()
1478 int vf_index1; in pnv_ioda_setup_vf_PE() local
1487 for (vf_index1 = vf_group * vf_per_group; in pnv_ioda_setup_vf_PE()
1488 vf_index1 < (vf_group + 1) * vf_per_group && in pnv_ioda_setup_vf_PE()
[all …]