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 in pci_primary_epc_epf_unlink() local
163 pci_ep_cfs_add_primary_group(struct pci_epf_group * epf_group) pci_ep_cfs_add_primary_group() argument
223 struct pci_epf_group *epf_group = to_pci_epf_group(epf_item); pci_epc_epf_link() local
249 struct pci_epf_group *epf_group = to_pci_epf_group(epf_item); pci_epc_epf_unlink() local
502 struct pci_epf_group *epf_group = to_pci_epf_group(item); pci_epf_release() local
559 pci_ep_cfs_add_type_group(struct pci_epf_group * epf_group) pci_ep_cfs_add_type_group() argument
578 struct pci_epf_group *epf_group; pci_epf_cfs_work() local
600 struct pci_epf_group *epf_group; pci_epf_make() local
[all...]
H A Dpci-epf-core.c339 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs()
341 WARN_ON(!list_empty(&driver->epf_group)); in pci_epf_remove_cfs()
366 INIT_LIST_HEAD(&driver->epf_group); in pci_epf_add_cfs()
377 list_add_tail(&group->group_entry, &driver->epf_group); in pci_epf_add_cfs()
/linux/include/linux/
H A Dpci-epf.h96 * @epf_group: list of configfs group corresponding to the PCI EPF driver
107 struct list_head epf_group; member
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c149 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
/linux/drivers/nvme/target/
H A Dpci-epf.c2478 #define to_nvme_epf(epf_group) \ argument
2479 container_of(epf_group, struct nvmet_pci_epf, group)