Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-epf.h241 struct pci_epc *sec_epc; member
/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c803 if (type == SECONDARY_INTERFACE && epf->sec_epc) in pci_epc_add_epf()
827 epf->sec_epc = epc; in pci_epc_add_epf()
865 epf->sec_epc = NULL; in pci_epc_remove_epf()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c1575 ret = epf_ntb_epc_create_interface(ntb, epf->sec_epc, in epf_ntb_epc_create()
1829 if (!epf->sec_epc) { in epf_ntb_bind()
H A Dpci-epf-vntb.c1025 return ntb->epf->epc || ntb->epf->sec_epc; in epf_ntb_epc_attached()