Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/endpoint/functions/
Dpci-epf-test.c58 const struct pci_epc_features *epc_features; member
636 const struct pci_epc_features *epc_features; in pci_epf_test_set_bar() local
638 epc_features = epf_test->epc_features; in pci_epf_test_set_bar()
649 if (!!(epc_features->reserved_bar & (1 << bar))) in pci_epf_test_set_bar()
668 const struct pci_epc_features *epc_features; in pci_epf_test_core_init() local
675 epc_features = pci_epc_get_features(epc, epf->func_no); in pci_epf_test_core_init()
676 if (epc_features) { in pci_epf_test_core_init()
677 msix_capable = epc_features->msix_capable; in pci_epf_test_core_init()
678 msi_capable = epc_features->msi_capable; in pci_epf_test_core_init()
751 const struct pci_epc_features *epc_features; in pci_epf_test_alloc_space() local
[all …]
/Linux-v5.10/drivers/pci/endpoint/
Dpci-epc-core.c94 *epc_features) in pci_epc_get_first_free_bar()
98 if (!epc_features) in pci_epc_get_first_free_bar()
101 free_bar = ffz(epc_features->reserved_bar); in pci_epc_get_first_free_bar()
122 const struct pci_epc_features *epc_features; in pci_epc_get_features() local
131 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()
134 return epc_features; in pci_epc_get_features()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-designware-ep.c683 const struct pci_epc_features *epc_features; in dw_pcie_ep_init() local
781 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
782 if (epc_features->core_init_notifier) in dw_pcie_ep_init()
/Linux-v5.10/include/linux/
Dpci-epc.h205 *epc_features);