Searched refs:octpf (Results 1 – 1 of 1) sorted by relevance
416 static void octep_vdpa_pf_bar_shrink(struct octep_pf *octpf) in octep_vdpa_pf_bar_shrink() argument418 struct pci_dev *pf_dev = octpf->pdev; in octep_vdpa_pf_bar_shrink()422 octpf->res.start = res->start; in octep_vdpa_pf_bar_shrink()423 octpf->res.end = res->end; in octep_vdpa_pf_bar_shrink()424 octpf->vf_base = res->start; in octep_vdpa_pf_bar_shrink()432 static void octep_vdpa_pf_bar_expand(struct octep_pf *octpf) in octep_vdpa_pf_bar_expand() argument434 struct pci_dev *pf_dev = octpf->pdev; in octep_vdpa_pf_bar_expand()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()446 struct octep_pf *octpf = pci_get_drvdata(pdev); in octep_vdpa_remove_pf() local[all …]