Searched refs:epc_features (Results 1 – 3 of 3) sorted by relevance
51 const struct pci_epc_features *epc_features; member399 const struct pci_epc_features *epc_features; in pci_epf_test_set_bar() local401 epc_features = epf_test->epc_features; in pci_epf_test_set_bar()412 if (!!(epc_features->reserved_bar & (1 << bar))) in pci_epf_test_set_bar()435 const struct pci_epc_features *epc_features; in pci_epf_test_alloc_space() local438 epc_features = epf_test->epc_features; in pci_epf_test_alloc_space()440 if (epc_features->bar_fixed_size[test_reg_bar]) in pci_epf_test_alloc_space()446 test_reg_bar, epc_features->align); in pci_epf_test_alloc_space()460 if (!!(epc_features->reserved_bar & (1 << bar))) in pci_epf_test_alloc_space()464 epc_features->align); in pci_epf_test_alloc_space()[all …]
94 *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() local132 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()135 return epc_features; in pci_epc_get_features()
177 *epc_features);