Home
last modified time | relevance | path

Searched refs:pcieTypeTable (Results 1 – 2 of 2) sorted by relevance

/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp80 std::map<uint8_t, PCIeType>::const_iterator it = pcieTypeTable.find(type); in pcieType()
81 if (it == pcieTypeTable.end()) in pcieType()
/openbmc/smbios-mdr/include/
H A Dpcieslot.hpp127 static const std::map<uint8_t, PCIeType> pcieTypeTable = { variable