epc_features 51 drivers/pci/endpoint/functions/pci-epf-test.c const struct pci_epc_features *epc_features; epc_features 399 drivers/pci/endpoint/functions/pci-epf-test.c const struct pci_epc_features *epc_features; epc_features 401 drivers/pci/endpoint/functions/pci-epf-test.c epc_features = epf_test->epc_features; epc_features 412 drivers/pci/endpoint/functions/pci-epf-test.c if (!!(epc_features->reserved_bar & (1 << bar))) epc_features 435 drivers/pci/endpoint/functions/pci-epf-test.c const struct pci_epc_features *epc_features; epc_features 438 drivers/pci/endpoint/functions/pci-epf-test.c epc_features = epf_test->epc_features; epc_features 440 drivers/pci/endpoint/functions/pci-epf-test.c if (epc_features->bar_fixed_size[test_reg_bar]) epc_features 446 drivers/pci/endpoint/functions/pci-epf-test.c test_reg_bar, epc_features->align); epc_features 460 drivers/pci/endpoint/functions/pci-epf-test.c if (!!(epc_features->reserved_bar & (1 << bar))) epc_features 464 drivers/pci/endpoint/functions/pci-epf-test.c epc_features->align); epc_features 475 drivers/pci/endpoint/functions/pci-epf-test.c const struct pci_epc_features *epc_features) epc_features 483 drivers/pci/endpoint/functions/pci-epf-test.c bar_fixed_64bit = !!(epc_features->bar_fixed_64bit & (1 << i)); epc_features 486 drivers/pci/endpoint/functions/pci-epf-test.c if (epc_features->bar_fixed_size[i]) epc_features 487 drivers/pci/endpoint/functions/pci-epf-test.c bar_size[i] = epc_features->bar_fixed_size[i]; epc_features 496 drivers/pci/endpoint/functions/pci-epf-test.c const struct pci_epc_features *epc_features; epc_features 507 drivers/pci/endpoint/functions/pci-epf-test.c epc_features = pci_epc_get_features(epc, epf->func_no); epc_features 508 drivers/pci/endpoint/functions/pci-epf-test.c if (epc_features) { epc_features 509 drivers/pci/endpoint/functions/pci-epf-test.c linkup_notifier = epc_features->linkup_notifier; epc_features 510 drivers/pci/endpoint/functions/pci-epf-test.c msix_capable = epc_features->msix_capable; epc_features 511 drivers/pci/endpoint/functions/pci-epf-test.c msi_capable = epc_features->msi_capable; epc_features 512 drivers/pci/endpoint/functions/pci-epf-test.c test_reg_bar = pci_epc_get_first_free_bar(epc_features); epc_features 513 drivers/pci/endpoint/functions/pci-epf-test.c pci_epf_configure_bar(epf, epc_features); epc_features 517 drivers/pci/endpoint/functions/pci-epf-test.c epf_test->epc_features = epc_features; epc_features 94 drivers/pci/endpoint/pci-epc-core.c *epc_features) epc_features 98 drivers/pci/endpoint/pci-epc-core.c if (!epc_features) epc_features 101 drivers/pci/endpoint/pci-epc-core.c free_bar = ffz(epc_features->reserved_bar); epc_features 122 drivers/pci/endpoint/pci-epc-core.c const struct pci_epc_features *epc_features; epc_features 132 drivers/pci/endpoint/pci-epc-core.c epc_features = epc->ops->get_features(epc, func_no); epc_features 135 drivers/pci/endpoint/pci-epc-core.c return epc_features; epc_features 180 include/linux/pci-epc.h *epc_features);