Searched refs:bus_region (Results 1 – 1 of 1) sorted by relevance
420 struct pci_bus_region bus_region; in octep_vdpa_pf_bar_shrink() local426 bus_region.start = res->start; in octep_vdpa_pf_bar_shrink()427 bus_region.end = res->start - 1; in octep_vdpa_pf_bar_shrink()429 pcibios_bus_to_resource(pf_dev->bus, res, &bus_region); in octep_vdpa_pf_bar_shrink()436 struct pci_bus_region bus_region; in octep_vdpa_pf_bar_expand() local438 bus_region.start = octpf->res.start; in octep_vdpa_pf_bar_expand()439 bus_region.end = octpf->res.end; in octep_vdpa_pf_bar_expand()441 pcibios_bus_to_resource(pf_dev->bus, res, &bus_region); in octep_vdpa_pf_bar_expand()706 struct pci_bus_region bus_region; in octep_vdpa_assign_barspace() local712 bus_region.start = pf->vf_base + idx * pf->vf_stride; in octep_vdpa_assign_barspace()[all …]