Searched refs:PCIeTypes (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | pcie_device.hpp | 10 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 D | pcie_util.hpp | 106 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 D | pcie.hpp | 248 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 D | pcie_slots.hpp | 82 std::optional<pcie_device::PCIeTypes> pcieType = in onPcieSlotGetAllDone() 90 if (*pcieType == pcie_device::PCIeTypes::Invalid) in onPcieSlotGetAllDone()
|