Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/endpoint/functions/
Dpci-epf-test.c51 const struct pci_epc_features *epc_features; member
399 const struct pci_epc_features *epc_features; in pci_epf_test_set_bar() local
401 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() local
438 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 …]
/Linux-v5.4/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
132 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()
135 return epc_features; in pci_epc_get_features()
/Linux-v5.4/include/linux/
Dpci-epc.h177 *epc_features);