Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
A Dpci-epf-core.c65 struct pci_epf *epf_vf; in pci_epf_unbind() local
74 if (epf_vf->is_bound) in pci_epf_unbind()
75 epf_vf->driver->ops->unbind(epf_vf); in pci_epf_unbind()
94 struct pci_epf *epf_vf; in pci_epf_bind() local
153 epf_vf->epc = epf->epc; in pci_epf_bind()
155 ret = epf_vf->driver->ops->bind(epf_vf); in pci_epf_bind()
158 epf_vf->is_bound = true; in pci_epf_bind()
194 if (epf_pf->epc || epf_vf->epc || epf_vf->epf_pf) in pci_epf_add_vepf()
211 epf_vf->epf_pf = epf_pf; in pci_epf_add_vepf()
212 epf_vf->is_vf = true; in pci_epf_add_vepf()
[all …]
A Dpci-ep-cfs.c472 struct pci_epf *epf_vf = epf_vf_group->epf; in pci_epf_vepf_link() local
474 return pci_epf_add_vepf(epf_pf, epf_vf); in pci_epf_vepf_link()
483 struct pci_epf *epf_vf = epf_vf_group->epf; in pci_epf_vepf_unlink() local
485 pci_epf_remove_vepf(epf_pf, epf_vf); in pci_epf_vepf_unlink()
/linux/include/linux/
A Dpci-epf.h214 int pci_epf_add_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf);
215 void pci_epf_remove_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf);

Completed in 6 milliseconds