Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
A Dpci-epf-test.c58 const struct pci_epc_features *epc_features; member
644 epc_features = epf_test->epc_features; in pci_epf_test_set_bar()
684 if (epc_features) { in pci_epf_test_core_init()
686 msi_capable = epc_features->msi_capable; in pci_epf_test_core_init()
766 epc_features = epf_test->epc_features; in pci_epf_test_alloc_space()
770 msix_capable = epc_features->msix_capable; in pci_epf_test_alloc_space()
804 epc_features->align, in pci_epf_test_alloc_space()
827 if (epc_features->bar_fixed_size[i]) in pci_epf_configure_bar()
846 if (!epc_features) { in pci_epf_test_bind()
856 pci_epf_configure_bar(epf, epc_features); in pci_epf_test_bind()
[all …]
A Dpci-epf-ntb.c516 epc_features = ntb_epc->epc_features; in epf_ntb_configure_msix()
517 align = epc_features->align; in epf_ntb_configure_msix()
1013 epc_features = ntb_epc->epc_features; in epf_ntb_config_spad_bar_alloc()
1016 align = epc_features->align; in epf_ntb_config_spad_bar_alloc()
1287 epc_features = ntb_epc->epc_features; in epf_ntb_configure_interrupt()
1390 epc_features = ntb_epc->epc_features; in epf_ntb_alloc_peer_mem()
1391 align = epc_features->align; in epf_ntb_alloc_peer_mem()
1450 epc_features = ntb_epc->epc_features; in epf_ntb_db_mw_bar_init()
1582 if (!epc_features) in epf_ntb_epc_create_interface()
1584 ntb_epc->epc_features = epc_features; in epf_ntb_epc_create_interface()
[all …]
/linux/drivers/pci/endpoint/
A Dpci-epc-core.c94 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features) in pci_epc_get_first_free_bar() argument
96 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()
150 const struct pci_epc_features *epc_features; in pci_epc_get_features() local
162 epc_features = epc->ops->get_features(epc, func_no, vfunc_no); in pci_epc_get_features()
165 return epc_features; in pci_epc_get_features()
/linux/include/linux/
A Dpci-epc.h242 pci_epc_get_first_free_bar(const struct pci_epc_features *epc_features);
244 *epc_features, enum pci_barno bar);
/linux/drivers/pci/controller/dwc/
A Dpcie-designware-ep.c688 const struct pci_epc_features *epc_features; in dw_pcie_ep_init() local
788 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
789 if (epc_features->core_init_notifier) in dw_pcie_ep_init()

Completed in 18 milliseconds