Home
last modified time | relevance | path

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

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c469 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()
/linux/drivers/pci/
H A Dof_property.c119 res = &pdev->resource[PCI_STD_RESOURCES]; in of_pci_prop_ranges()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c203 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()
H A Dvfio_pci_config.c485 int bar = i + PCI_STD_RESOURCES; in vfio_bar_fixup()
/linux/include/linux/
H A Dpci.h111 PCI_STD_RESOURCES, enumerator
112 PCI_STD_RESOURCE_END = PCI_STD_RESOURCES + PCI_STD_NUM_BARS - 1,