Home
last modified time | relevance | path

Searched refs:slotType (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dpcie_util.hpp51 dbusSlotTypeToRf(const std::string& slotType) in dbusSlotTypeToRf() argument
53 if (slotType == in dbusSlotTypeToRf()
58 if (slotType == in dbusSlotTypeToRf()
63 if (slotType == in dbusSlotTypeToRf()
68 if (slotType == in dbusSlotTypeToRf()
73 if (slotType == "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.M_2") in dbusSlotTypeToRf()
77 if (slotType == "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.OEM") in dbusSlotTypeToRf()
81 if (slotType == in dbusSlotTypeToRf()
86 if (slotType == in dbusSlotTypeToRf()
91 if (slotType == "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2") in dbusSlotTypeToRf()
[all …]
/openbmc/pldm/host-bmc/dbus/
H A Dpcie_slot.cpp32 auto PCIeSlot::slotType() const -> SlotTypes in slotType() function in pldm::dbus::PCIeSlot
35 slotType(); in slotType()
38 auto PCIeSlot::slotType(SlotTypes value) -> SlotTypes in slotType() function in pldm::dbus::PCIeSlot
41 slotType(value); in slotType()
H A Dpcie_slot.hpp46 SlotTypes slotType() const override;
49 SlotTypes slotType(SlotTypes value) override;
H A Dcustom_dbus.cpp69 const std::string& slotType) in setSlotType() argument
72 pldm::dbus::PCIeSlot::convertSlotTypesFromString(slotType); in setSlotType()
75 pcieSlot.at(path)->slotType(typeOfSlot); in setSlotType()
H A Dcustom_dbus.hpp100 void setSlotType(const std::string& path, const std::string& slotType);
/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp47 pcieGeneration(pcieInfo->slotType); in pcieInfoUpdate()
48 pcieType(pcieInfo->slotType); in pcieInfoUpdate()
83 PCIeSlot::slotType(PCIeType::Unknown); in pcieType()
87 PCIeSlot::slotType(it->second); in pcieType()
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie_slots.hpp52 const std::string* slotType = nullptr; in onPcieSlotGetAllDone() local
57 generation, "Lanes", lanes, "SlotType", slotType, "HotPluggable", in onPcieSlotGetAllDone()
90 if (slotType != nullptr) in onPcieSlotGetAllDone()
93 pcie_util::dbusSlotTypeToRf(*slotType); in onPcieSlotGetAllDone()
96 BMCWEB_LOG_WARNING("Unknown PCIe Slot Type: {}", *slotType); in onPcieSlotGetAllDone()
102 BMCWEB_LOG_ERROR("Unknown PCIe Slot Type: {}", *slotType); in onPcieSlotGetAllDone()
H A Dpcie.hpp166 std::string slotType; in addPCIeSlotProperties() local
170 generation, "Lanes", lanes, "SlotType", slotType); in addPCIeSlotProperties()
201 pcie_util::dbusSlotTypeToRf(slotType); in addPCIeSlotProperties()
204 BMCWEB_LOG_WARNING("Unknown PCIeSlot Type: {}", slotType); in addPCIeSlotProperties()
210 BMCWEB_LOG_ERROR("Invalid PCIeSlot type: {}", slotType); in addPCIeSlotProperties()
/openbmc/smbios-mdr/include/
H A Dpcieslot.hpp69 uint8_t slotType; member