Home
last modified time | relevance | path

Searched refs:octpf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c383 static void octep_vdpa_pf_bar_shrink(struct octep_pf *octpf) in octep_vdpa_pf_bar_shrink() argument
385 struct pci_dev *pf_dev = octpf->pdev; in octep_vdpa_pf_bar_shrink()
389 octpf->res.start = res->start; in octep_vdpa_pf_bar_shrink()
390 octpf->res.end = res->end; in octep_vdpa_pf_bar_shrink()
391 octpf->vf_base = res->start; in octep_vdpa_pf_bar_shrink()
399 static void octep_vdpa_pf_bar_expand(struct octep_pf *octpf) in octep_vdpa_pf_bar_expand() argument
401 struct pci_dev *pf_dev = octpf->pdev; in octep_vdpa_pf_bar_expand()
405 bus_region.start = octpf->res.start; in octep_vdpa_pf_bar_expand()
406 bus_region.end = octpf->res.end; in octep_vdpa_pf_bar_expand()
413 struct octep_pf *octpf = pci_get_drvdata(pdev); in octep_vdpa_remove_pf() local
[all …]