Searched refs:epf_group (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pci/endpoint/ |
| H A D | pci-ep-cfs.c | 83 epf = epf_group->epf; in pci_secondary_epc_epf_unlink() 147 epf = epf_group->epf; in pci_primary_epc_epf_unlink() 255 epf = epf_group->epf; in pci_epc_epf_unlink() 508 kfree(epf_group); in pci_epf_release() 563 group = pci_epf_type_add_cfs(epf_group->epf, &epf_group->group); in pci_ep_cfs_add_type_group() 605 epf_group = kzalloc(sizeof(*epf_group), GFP_KERNEL); in pci_epf_make() 606 if (!epf_group) in pci_epf_make() 617 epf_group->index = index; in pci_epf_make() 636 epf_group->epf = epf; in pci_epf_make() 644 return &epf_group->group; in pci_epf_make() [all …]
|
| H A D | pci-epf-core.c | 331 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs() 333 list_del(&driver->epf_group); in pci_epf_remove_cfs() 358 INIT_LIST_HEAD(&driver->epf_group); in pci_epf_add_cfs() 369 list_add_tail(&group->group_entry, &driver->epf_group); in pci_epf_add_cfs()
|
| /linux-6.15/include/linux/ |
| H A D | pci-epf.h | 106 struct list_head epf_group; member
|
| /linux-6.15/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-vntb.c | 147 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
|
| H A D | pci-epf-ntb.c | 86 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | pci-epf.c | 2467 #define to_nvme_epf(epf_group) \ argument 2468 container_of(epf_group, struct nvmet_pci_epf, group)
|