Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
A Dpci-ep-cfs.c80 epf = epf_group->epf; in pci_secondary_epc_epf_unlink()
141 epf = epf_group->epf; in pci_primary_epc_epf_unlink()
243 epf = epf_group->epf; in pci_epc_epf_unlink()
496 kfree(epf_group); in pci_epf_release()
560 epf_group = kzalloc(sizeof(*epf_group), GFP_KERNEL); in pci_epf_make()
561 if (!epf_group) in pci_epf_make()
572 epf_group->index = index; in pci_epf_make()
590 epf->group = &epf_group->group; in pci_epf_make()
591 epf_group->epf = epf; in pci_epf_make()
599 return &epf_group->group; in pci_epf_make()
[all …]
A Dpci-epf-core.c343 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs()
345 list_del(&driver->epf_group); in pci_epf_remove_cfs()
370 INIT_LIST_HEAD(&driver->epf_group); in pci_epf_add_cfs()
381 list_add_tail(&group->group_entry, &driver->epf_group); in pci_epf_add_cfs()
/linux/include/linux/
A Dpci-epf.h93 struct list_head epf_group; member
/linux/drivers/pci/endpoint/functions/
A Dpci-epf-ntb.c86 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument

Completed in 23 milliseconds