Home
last modified time | relevance | path

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

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c470 struct pci_bus_region bus_region; in octep_vdpa_pf_bar_shrink() local
476 bus_region.start = res->start; in octep_vdpa_pf_bar_shrink()
477 bus_region.end = res->start - 1; in octep_vdpa_pf_bar_shrink()
479 pcibios_bus_to_resource(pf_dev->bus, res, &bus_region); in octep_vdpa_pf_bar_shrink()
486 struct pci_bus_region bus_region; in octep_vdpa_pf_bar_expand() local
488 bus_region.start = octpf->res.start; in octep_vdpa_pf_bar_expand()
489 bus_region.end = octpf->res.end; in octep_vdpa_pf_bar_expand()
491 pcibios_bus_to_resource(pf_dev->bus, res, &bus_region); in octep_vdpa_pf_bar_expand()
795 struct pci_bus_region bus_region; in octep_vdpa_assign_barspace() local
801 bus_region.start = pf->vf_base + idx * pf->vf_stride; in octep_vdpa_assign_barspace()
[all …]