Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci-sriov.c599 u16 num_vfs, base_pe; in pnv_pci_sriov_disable() local
604 base_pe = iov->vf_pe_arr[0].pe_number; in pnv_pci_sriov_disable()
614 pnv_pci_vf_resource_shift(pdev, -base_pe); in pnv_pci_sriov_disable()
682 struct pnv_ioda_pe *base_pe; in pnv_pci_sriov_enable() local
709 base_pe = pnv_ioda_alloc_pe(phb, num_vfs); in pnv_pci_sriov_enable()
710 if (!base_pe) { in pnv_pci_sriov_enable()
715 iov->vf_pe_arr = base_pe; in pnv_pci_sriov_enable()
731 ret = pnv_pci_vf_resource_shift(pdev, base_pe->pe_number); in pnv_pci_sriov_enable()