Home
last modified time | relevance | path

Searched refs:epf_group (Results 1 – 3 of 3) 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 …]
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c86 #define to_epf_ntb(epf_group) container_of((epf_group), struct epf_ntb, group) argument
/linux/drivers/nvme/target/
H A Dpci-epf.c2480 #define to_nvme_epf(epf_group) \ argument
2481 container_of(epf_group, struct nvmet_pci_epf, group)