Home
last modified time | relevance | path

Searched refs:PCIeTypes (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpcie_device.hpp10 enum class PCIeTypes{ enum
73 NLOHMANN_JSON_SERIALIZE_ENUM(PCIeTypes, {
74 {PCIeTypes::Invalid, "Invalid"},
75 {PCIeTypes::Gen1, "Gen1"},
76 {PCIeTypes::Gen2, "Gen2"},
77 {PCIeTypes::Gen3, "Gen3"},
78 {PCIeTypes::Gen4, "Gen4"},
79 {PCIeTypes::Gen5, "Gen5"},
80 {PCIeTypes::Gen6, "Gen6"},
/openbmc/bmcweb/redfish-core/include/utils/
H A Dpcie_util.hpp106 inline std::optional<pcie_device::PCIeTypes> redfishPcieGenerationFromDbus( in redfishPcieGenerationFromDbus()
112 return pcie_device::PCIeTypes::Gen1; in redfishPcieGenerationFromDbus()
117 return pcie_device::PCIeTypes::Gen2; in redfishPcieGenerationFromDbus()
122 return pcie_device::PCIeTypes::Gen3; in redfishPcieGenerationFromDbus()
127 return pcie_device::PCIeTypes::Gen4; in redfishPcieGenerationFromDbus()
132 return pcie_device::PCIeTypes::Gen5; in redfishPcieGenerationFromDbus()
141 return pcie_device::PCIeTypes::Invalid; in redfishPcieGenerationFromDbus()
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp248 std::optional<pcie_device::PCIeTypes> pcieType = in addPCIeSlotProperties()
256 if (*pcieType == pcie_device::PCIeTypes::Invalid) in addPCIeSlotProperties()
451 std::optional<pcie_device::PCIeTypes> redfishGenerationInUse = in addPCIeDeviceProperties()
461 if (*redfishGenerationInUse == pcie_device::PCIeTypes::Invalid) in addPCIeDeviceProperties()
475 std::optional<pcie_device::PCIeTypes> redfishGenerationSupported = in addPCIeDeviceProperties()
485 if (*redfishGenerationSupported == pcie_device::PCIeTypes::Invalid) in addPCIeDeviceProperties()
H A Dpcie_slots.hpp82 std::optional<pcie_device::PCIeTypes> pcieType = in onPcieSlotGetAllDone()
90 if (*pcieType == pcie_device::PCIeTypes::Invalid) in onPcieSlotGetAllDone()