Searched refs:epf_vf (Results 1 – 3 of 3) sorted by relevance
33 struct pci_epf *epf_vf; in pci_epf_unbind() local41 list_for_each_entry(epf_vf, &epf->pci_vepf, list) { in pci_epf_unbind()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() local76 list_for_each_entry(epf_vf, &epf->pci_vepf, list) { in pci_epf_bind()77 vfunc_no = epf_vf->vfunc_no; in pci_epf_bind()119 epf_vf->func_no = epf->func_no; in pci_epf_bind()120 epf_vf->sec_epc_func_no = epf->sec_epc_func_no; in pci_epf_bind()121 epf_vf->epc = epf->epc; in pci_epf_bind()[all …]
484 struct pci_epf *epf_vf = epf_vf_group->epf; in pci_epf_vepf_link() local486 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() local497 pci_epf_remove_vepf(epf_pf, epf_vf); in pci_epf_vepf_unlink()
227 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);