Searched refs:PCI_STD_RESOURCES (Results 1 – 5 of 5) sorted by relevance
469 struct resource *res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_pf_bar_shrink()485 struct resource *res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_pf_bar_expand()514 struct resource *vf_res = pdev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_vf_bar_shrink()792 struct resource *vf_res = vf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_assign_barspace()793 struct resource *pf_res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_assign_barspace()799 vf_res->parent = (pf_dev->resource + PCI_STD_RESOURCES)->parent; in octep_vdpa_assign_barspace()
119 res = &pdev->resource[PCI_STD_RESOURCES]; in of_pci_prop_ranges()
203 int bar = i + PCI_STD_RESOURCES; in vfio_pci_probe_mmaps()554 int bar = i + PCI_STD_RESOURCES; in vfio_pci_core_map_bars()745 bar = i + PCI_STD_RESOURCES; in vfio_pci_core_disable()
485 int bar = i + PCI_STD_RESOURCES; in vfio_bar_fixup()
111 PCI_STD_RESOURCES, enumerator112 PCI_STD_RESOURCE_END = PCI_STD_RESOURCES + PCI_STD_NUM_BARS - 1,