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.c420 struct pci_bus_region bus_region; in octep_vdpa_pf_bar_shrink() local
426 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() local
438 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() local
712 bus_region.start = pf->vf_base + idx * pf->vf_stride; in octep_vdpa_assign_barspace()
[all …]