Searched refs:DevicePortType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h74 #define IS_PCIE_ENDPOINT(DevicePortType) \
75 ((DevicePortType) == PCIE_PCIE_ENDPOINT || \
76 (DevicePortType) == PCIE_LEGACY_PCIE_ENDPOINT || \
77 (DevicePortType) == PCIE_ROOT_COMPLEX_INTEGRATED_PORT)
79 #define IS_PCIE_SWITCH(DevicePortType) \
80 ((DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) || \
81 (DevicePortType == PCIE_SWITCH_DOWNSTREAM_PORT))
H A DPci.c3814 CHAR16 *DevicePortType; local
3822 DevicePortType = DevicePortTypeTable[PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg)];
3824 DevicePortType = L"Unknown Type";
3828 DevicePortType
3863 UINT8 DevicePortType; local
3869 DevicePortType = (UINT8) PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg);
3887 if (IS_PCIE_ENDPOINT (DevicePortType)) {
3916 if (DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) {
3929 if (IS_PCIE_ENDPOINT (DevicePortType)) {
4152 UINT8 DevicePortType; local
4580 UINT8 DevicePortType; local
[all...]

Completed in 1505 milliseconds