Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c1325 u16 vf_index; in pnv_ioda_release_vf_PE() local
1344 for (vf_index = vf_group * vf_per_group; in pnv_ioda_release_vf_PE()
1345 vf_index < (vf_group + 1) * vf_per_group && in pnv_ioda_release_vf_PE()
1346 vf_index < num_vfs; in pnv_ioda_release_vf_PE()
1347 vf_index++) in pnv_ioda_release_vf_PE()
1354 pdn->offset + vf_index, in pnv_ioda_release_vf_PE()
1423 u16 vf_index; in pnv_ioda_setup_vf_PE() local
1436 for (vf_index = 0; vf_index < num_vfs; vf_index++) { in pnv_ioda_setup_vf_PE()
1437 pe_num = pdn->offset + vf_index; in pnv_ioda_setup_vf_PE()
1447 pe->rid = (pci_iov_virtfn_bus(pdev, vf_index) << 8) | in pnv_ioda_setup_vf_PE()
[all …]