Searched refs:PCI_STD_RESOURCES (Results 1 – 7 of 7) sorted by relevance
419 struct resource *res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_pf_bar_shrink()435 struct resource *res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_pf_bar_expand()461 struct resource *vf_res = pdev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_vf_bar_shrink()700 struct resource *vf_res = vf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_assign_barspace()701 struct resource *pf_res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_assign_barspace()707 vf_res->parent = (pf_dev->resource + PCI_STD_RESOURCES)->parent; in octep_vdpa_assign_barspace()
25 for (resno = PCI_STD_RESOURCES; resno < PCI_STD_RESOURCE_END; resno++) { in _release_bars()
256 { PCI_STD_RESOURCES, PCI_STD_RESOURCE_END }, in pcibios_allocate_dev_resources()
119 res = &pdev->resource[PCI_STD_RESOURCES]; in of_pci_prop_ranges()
115 int bar = i + PCI_STD_RESOURCES; in vfio_pci_probe_mmaps()618 bar = i + PCI_STD_RESOURCES; in vfio_pci_core_disable()
484 int bar = i + PCI_STD_RESOURCES; in vfio_bar_fixup()
98 PCI_STD_RESOURCES, enumerator99 PCI_STD_RESOURCE_END = PCI_STD_RESOURCES + PCI_STD_NUM_BARS - 1,