Searched refs:slotType (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | pcie_util.hpp | 51 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 D | pcie_slot.cpp | 32 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 D | pcie_slot.hpp | 46 SlotTypes slotType() const override; 49 SlotTypes slotType(SlotTypes value) override;
|
H A D | custom_dbus.cpp | 69 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 D | custom_dbus.hpp | 100 void setSlotType(const std::string& path, const std::string& slotType);
|
/openbmc/smbios-mdr/src/ |
H A D | pcieslot.cpp | 47 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 D | pcie_slots.hpp | 52 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 D | pcie.hpp | 166 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 D | pcieslot.hpp | 69 uint8_t slotType; member
|