Searched refs:pcieType (Results 1 – 6 of 6) sorted by relevance
68 std::optional<pcie_device::PCIeTypes> pcieType = in onPcieSlotGetAllDone() local70 if (!pcieType) in onPcieSlotGetAllDone()76 if (*pcieType == pcie_device::PCIeTypes::Invalid) in onPcieSlotGetAllDone()81 slot["PCIeType"] = *pcieType; in onPcieSlotGetAllDone()
178 std::optional<pcie_device::PCIeTypes> pcieType = in addPCIeSlotProperties() local180 if (!pcieType) in addPCIeSlotProperties()186 if (*pcieType == pcie_device::PCIeTypes::Invalid) in addPCIeSlotProperties()192 res.jsonValue["Slot"]["PCIeType"] = *pcieType; in addPCIeSlotProperties()
48 pcieType(pcieInfo->slotType); in pcieInfoUpdate()78 void Pcie::pcieType(const uint8_t type) in pcieType() function in phosphor::smbios::Pcie
82 void pcieType(const uint8_t type);
180 const char* pcieType[] = {"ABSENT", "AVA1", "AVA2", "AVA3", variable
1192 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()