Searched refs:bus_region (Results 1 – 1 of 1) sorted by relevance
470 struct pci_bus_region bus_region; in octep_vdpa_pf_bar_shrink() local476 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() local488 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() local801 bus_region.start = pf->vf_base + idx * pf->vf_stride; in octep_vdpa_assign_barspace()[all …]