Searched refs:pcieTypeTable (Results 1 – 2 of 2) sorted by relevance
80 std::map<uint8_t, PCIeType>::const_iterator it = pcieTypeTable.find(type); in pcieType()81 if (it == pcieTypeTable.end()) in pcieType()
127 static const std::map<uint8_t, PCIeType> pcieTypeTable = { variable