Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c51 struct pci_epf_group *epf_group = to_pci_epf_group(epf_item->ci_parent); in pci_secondary_epc_epf_link() local
54 struct pci_epf *epf = epf_group->epf; in pci_secondary_epc_epf_link()
75 struct pci_epf_group *epf_group = to_pci_epf_group(epf_item->ci_parent); in pci_secondary_epc_epf_unlink() local
83 epf = epf_group->epf; in pci_secondary_epc_epf_unlink()
99 *pci_ep_cfs_add_secondary_group(struct pci_epf_group *epf_group) in pci_ep_cfs_add_secondary_group() argument
103 secondary_epc_group = &epf_group->secondary_epc_group; in pci_ep_cfs_add_secondary_group()
106 configfs_register_group(&epf_group->group, secondary_epc_group); in pci_ep_cfs_add_secondary_group()
115 struct pci_epf_group *epf_group = to_pci_epf_group(epf_item->ci_parent); in pci_primary_epc_epf_link() local
118 struct pci_epf *epf = epf_group->epf; in pci_primary_epc_epf_link()
139 struct pci_epf_group *epf_group = to_pci_epf_group(epf_item->ci_parent); in pci_primary_epc_epf_unlink() local
[all …]
H A Dpci-epf-core.c326 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs()
328 list_del(&driver->epf_group); in pci_epf_remove_cfs()
353 INIT_LIST_HEAD(&driver->epf_group); in pci_epf_add_cfs()
364 list_add_tail(&group->group_entry, &driver->epf_group); in pci_epf_add_cfs()
/linux/include/linux/
H A Dpci-epf.h106 struct list_head epf_group; member
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c147 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
H A Dpci-epf-ntb.c86 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument