Searched refs:octpf (Results 1 – 1 of 1) sorted by relevance
466 static void octep_vdpa_pf_bar_shrink(struct octep_pf *octpf) in octep_vdpa_pf_bar_shrink() argument468 struct pci_dev *pf_dev = octpf->pdev; in octep_vdpa_pf_bar_shrink()472 octpf->res.start = res->start; in octep_vdpa_pf_bar_shrink()473 octpf->res.end = res->end; in octep_vdpa_pf_bar_shrink()474 octpf->vf_base = res->start; in octep_vdpa_pf_bar_shrink()482 static void octep_vdpa_pf_bar_expand(struct octep_pf *octpf) in octep_vdpa_pf_bar_expand() argument484 struct pci_dev *pf_dev = octpf->pdev; in octep_vdpa_pf_bar_expand()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()496 struct octep_pf *octpf = pci_get_drvdata(pdev); in octep_vdpa_remove_pf() local[all …]