Searched refs:DevicePortType (Results 1 – 4 of 4) sorted by relevance
75 #define IS_PCIE_ENDPOINT(DevicePortType) \ argument76 ((DevicePortType) == PCIE_PCIE_ENDPOINT || \77 (DevicePortType) == PCIE_LEGACY_PCIE_ENDPOINT || \78 (DevicePortType) == PCIE_ROOT_COMPLEX_INTEGRATED_PORT)80 #define IS_PCIE_SWITCH(DevicePortType) \ argument81 ((DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) || \82 (DevicePortType == PCIE_SWITCH_DOWNSTREAM_PORT))
4274 CHAR16 *DevicePortType; in ExplainPcieCapReg() local4282 DevicePortType = DevicePortTypeTable[PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg)]; in ExplainPcieCapReg()4284 DevicePortType = L"Unknown Type"; in ExplainPcieCapReg()4288 DevicePortType in ExplainPcieCapReg()4323 UINT8 DevicePortType; in ExplainPcieDeviceCap() local4329 DevicePortType = (UINT8) PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg); in ExplainPcieDeviceCap()4347 if (IS_PCIE_ENDPOINT (DevicePortType)) { in ExplainPcieDeviceCap()4376 if (DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) { in ExplainPcieDeviceCap()4389 if (IS_PCIE_ENDPOINT (DevicePortType)) { in ExplainPcieDeviceCap()4621 UINT8 DevicePortType; in ExplainPcieLinkControl() local[all …]
371 switch (Capability.Bits.DevicePortType) { in SupportsPcieHotplug()
28 UINT16 DevicePortType : 4; member