Home
last modified time | relevance | path

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

/linux-6.15/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c422 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()
439 bus_region.end = octpf->res.end; in octep_vdpa_pf_bar_expand()
456 octep_vdpa_pf_bar_expand(octpf); in octep_vdpa_remove_pf()
817 octep_vdpa_pf_bar_shrink(octpf); in octep_vdpa_pf_setup()
825 struct octep_pf *octpf; in octep_vdpa_probe_pf() local
839 octpf = devm_kzalloc(dev, sizeof(*octpf), GFP_KERNEL); in octep_vdpa_probe_pf()
840 if (!octpf) in octep_vdpa_probe_pf()
848 pci_set_drvdata(pdev, octpf); in octep_vdpa_probe_pf()
[all …]