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()
188 std::optional<pcie_device::PCIeTypes> pcieType = in addPCIeSlotProperties() local190 if (!pcieType) in addPCIeSlotProperties()196 if (*pcieType == pcie_device::PCIeTypes::Invalid) in addPCIeSlotProperties()202 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);
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()
180 const char* pcieType[] = {"ABSENT", "AVA1", "AVA2", "AVA3", variable