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.c33 struct pci_epf *epf_vf; in pci_epf_unbind() local
42 if (epf_vf->is_bound) in pci_epf_unbind()
43 epf_vf->driver->ops->unbind(epf_vf); in pci_epf_unbind()
62 struct pci_epf *epf_vf; in pci_epf_bind() local
121 epf_vf->epc = epf->epc; in pci_epf_bind()
123 ret = epf_vf->driver->ops->bind(epf_vf); in pci_epf_bind()
126 epf_vf->is_bound = true; in pci_epf_bind()
162 if (epf_pf->epc || epf_vf->epc || epf_vf->epf_pf) in pci_epf_add_vepf()
179 epf_vf->epf_pf = epf_pf; in pci_epf_add_vepf()
180 epf_vf->is_vf = true; in pci_epf_add_vepf()
[all …]
A Dpci-ep-cfs.c484 struct pci_epf *epf_vf = epf_vf_group->epf; in pci_epf_vepf_link() local
486 return pci_epf_add_vepf(epf_pf, epf_vf); in pci_epf_vepf_link()
495 struct pci_epf *epf_vf = epf_vf_group->epf; in pci_epf_vepf_unlink() local
497 pci_epf_remove_vepf(epf_pf, epf_vf); in pci_epf_vepf_unlink()
/linux/include/linux/
A Dpci-epf.h227 int pci_epf_add_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf);
228 void pci_epf_remove_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf);

Completed in 8 milliseconds