Searched refs:pcieType (Results 1 – 6 of 6) sorted by relevance
82 std::optional<pcie_device::PCIeTypes> pcieType = in onPcieSlotGetAllDone() local84 if (!pcieType) in onPcieSlotGetAllDone()90 if (*pcieType == pcie_device::PCIeTypes::Invalid) in onPcieSlotGetAllDone()95 slot["PCIeType"] = *pcieType; in onPcieSlotGetAllDone()
248 std::optional<pcie_device::PCIeTypes> pcieType = in addPCIeSlotProperties() local250 if (!pcieType) in addPCIeSlotProperties()256 if (*pcieType == pcie_device::PCIeTypes::Invalid) in addPCIeSlotProperties()262 res.jsonValue["Slot"]["PCIeType"] = *pcieType; in addPCIeSlotProperties()
48 pcieType(pcieInfo->slotType, pcieInfo->slotLength); in pcieInfoUpdate()84 void Pcie::pcieType(const uint8_t type, const uint8_t slotLength) in pcieType() function in phosphor::smbios::Pcie
82 void pcieType(const uint8_t type, const uint8_t slotLength);
180 const char* pcieType[] = {"ABSENT", "AVA1", "AVA2", "AVA3", variable
1257 if (req->slot1_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()1261 pcieType[req->slot1_pcie_type]; in ipmiOemSetMachineCfgInfo()1263 if (req->slot2_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()1267 pcieType[req->slot2_pcie_type]; in ipmiOemSetMachineCfgInfo()1269 if (req->slot3_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()1273 pcieType[req->slot3_pcie_type]; in ipmiOemSetMachineCfgInfo()1275 if (req->slot4_pcie_type >= sizeof(pcieType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()1279 pcieType[req->slot4_pcie_type]; in ipmiOemSetMachineCfgInfo()