Searched refs:PCIeTypes (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | pcie_device.hpp | 8 enum class PCIeTypes{ enum 61 NLOHMANN_JSON_SERIALIZE_ENUM(PCIeTypes, { 62 {PCIeTypes::Invalid, "Invalid"}, 63 {PCIeTypes::Gen1, "Gen1"}, 64 {PCIeTypes::Gen2, "Gen2"}, 65 {PCIeTypes::Gen3, "Gen3"}, 66 {PCIeTypes::Gen4, "Gen4"}, 67 {PCIeTypes::Gen5, "Gen5"}, 68 {PCIeTypes::Gen6, "Gen6"},
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | pcie_util.hpp | 104 inline std::optional<pcie_device::PCIeTypes> 110 return pcie_device::PCIeTypes::Gen1; in redfishPcieGenerationFromDbus() 115 return pcie_device::PCIeTypes::Gen2; in redfishPcieGenerationFromDbus() 120 return pcie_device::PCIeTypes::Gen3; in redfishPcieGenerationFromDbus() 125 return pcie_device::PCIeTypes::Gen4; in redfishPcieGenerationFromDbus() 130 return pcie_device::PCIeTypes::Gen5; in redfishPcieGenerationFromDbus() 139 return pcie_device::PCIeTypes::Invalid; in redfishPcieGenerationFromDbus()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie.hpp | 178 std::optional<pcie_device::PCIeTypes> pcieType = in addPCIeSlotProperties() 186 if (*pcieType == pcie_device::PCIeTypes::Invalid) in addPCIeSlotProperties() 438 std::optional<pcie_device::PCIeTypes> redfishGenerationInUse = in addPCIeDeviceProperties() 448 if (*redfishGenerationInUse == pcie_device::PCIeTypes::Invalid) in addPCIeDeviceProperties() 462 std::optional<pcie_device::PCIeTypes> redfishGenerationSupported = in addPCIeDeviceProperties() 472 if (*redfishGenerationSupported == pcie_device::PCIeTypes::Invalid) in addPCIeDeviceProperties()
|
H A D | pcie_slots.hpp | 68 std::optional<pcie_device::PCIeTypes> pcieType = in onPcieSlotGetAllDone() 76 if (*pcieType == pcie_device::PCIeTypes::Invalid) in onPcieSlotGetAllDone()
|