Home
last modified time | relevance | path

Searched refs:pcieType (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dpcie_slots.hpp68 std::optional<pcie_device::PCIeTypes> pcieType = in onPcieSlotGetAllDone() local
70 if (!pcieType) in onPcieSlotGetAllDone()
76 if (*pcieType == pcie_device::PCIeTypes::Invalid) in onPcieSlotGetAllDone()
81 slot["PCIeType"] = *pcieType; in onPcieSlotGetAllDone()
H A Dpcie.hpp178 std::optional<pcie_device::PCIeTypes> pcieType = in addPCIeSlotProperties() local
180 if (!pcieType) in addPCIeSlotProperties()
186 if (*pcieType == pcie_device::PCIeTypes::Invalid) in addPCIeSlotProperties()
192 res.jsonValue["Slot"]["PCIeType"] = *pcieType; in addPCIeSlotProperties()
/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp48 pcieType(pcieInfo->slotType); in pcieInfoUpdate()
78 void Pcie::pcieType(const uint8_t type) in pcieType() function in phosphor::smbios::Pcie
/openbmc/smbios-mdr/include/
H A Dpcieslot.hpp82 void pcieType(const uint8_t type);
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp180 const char* pcieType[] = {"ABSENT", "AVA1", "AVA2", "AVA3", variable
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1192 if (req->slot1_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1196 pcieType[req->slot1_pcie_type]; in ipmiOemSetMachineCfgInfo()
1198 if (req->slot2_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1202 pcieType[req->slot2_pcie_type]; in ipmiOemSetMachineCfgInfo()
1204 if (req->slot3_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1208 pcieType[req->slot3_pcie_type]; in ipmiOemSetMachineCfgInfo()
1210 if (req->slot4_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1214 pcieType[req->slot4_pcie_type]; in ipmiOemSetMachineCfgInfo()