Lines Matching refs:vf_index1
1339 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()
1489 vf_index1 < num_vfs; in pnv_ioda_setup_vf_PE()
1490 vf_index1++) { in pnv_ioda_setup_vf_PE()
1494 pdn->offset + vf_index1, in pnv_ioda_setup_vf_PE()
1500 pdn->offset + vf_index1, rc); in pnv_ioda_setup_vf_PE()