pci_upstream_operation pcie_device
API Reference Manual  /  4 Model-to-Model Interfaces  / 

pcie_adapter_compat

Description
Deprecated as part of the old PCIe library. Replaced by the new PCIe library.

This interface is used by PCI buses that want to be compatible with PCIe devices created with the new PCIe library. This interface is implemented by the legacy-pcie-upstream-adapter.

SIM_INTERFACE(pcie_adapter_compat) {
        void (*set_secondary_bus_number)(conf_object_t *obj,
                                         int secondary_bus_number);
};
#define PCIE_ADAPTER_COMPAT_INTERFACE		"pcie_adapter_compat"


Execution Context
Cell Context for all methods.

pci_upstream_operation pcie_device