Searched refs:epc_features (Results 1 – 4 of 4) sorted by relevance
58 const struct pci_epc_features *epc_features; member645 const struct pci_epc_features *epc_features; in pci_epf_test_set_bar() local647 epc_features = epf_test->epc_features; in pci_epf_test_set_bar()658 if (!!(epc_features->reserved_bar & (1 << bar))) in pci_epf_test_set_bar()677 const struct pci_epc_features *epc_features; in pci_epf_test_core_init() local684 epc_features = pci_epc_get_features(epc, epf->func_no); in pci_epf_test_core_init()685 if (epc_features) { in pci_epf_test_core_init()686 msix_capable = epc_features->msix_capable; in pci_epf_test_core_init()687 msi_capable = epc_features->msi_capable; in pci_epf_test_core_init()760 const struct pci_epc_features *epc_features; in pci_epf_test_alloc_space() local[all …]
94 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features) in pci_epc_get_first_free_bar() argument96 return pci_epc_get_next_free_bar(epc_features, BAR_0); in pci_epc_get_first_free_bar()109 *epc_features, enum pci_barno bar) in pci_epc_get_next_free_bar()113 if (!epc_features) in pci_epc_get_next_free_bar()117 if ((epc_features->bar_fixed_64bit << 1) & 1 << bar) in pci_epc_get_next_free_bar()121 free_bar = epc_features->reserved_bar & epc_features->bar_fixed_64bit; in pci_epc_get_next_free_bar()125 free_bar |= epc_features->reserved_bar; in pci_epc_get_next_free_bar()148 const struct pci_epc_features *epc_features; in pci_epc_get_features() local157 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()160 return epc_features; in pci_epc_get_features()
205 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features);207 *epc_features, enum pci_barno bar);
687 const struct pci_epc_features *epc_features; in dw_pcie_ep_init() local786 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()787 if (epc_features->core_init_notifier) in dw_pcie_ep_init()