Lines Matching refs:top
222 for (const auto top : {Topology::ACTIVE, Topology::BACKUP}) in collectTodFaultData()
226 bool isPriTop = (Configuration::PRIMARY == topConfig[top]); in collectTodFaultData()
245 static_cast<unsigned int>(top), in collectTodFaultData()
246 static_cast<unsigned int>(topConfig[top]), masterPathSelect, in collectTodFaultData()
249 o_data.setMdmtFault(top, i_chip); in collectTodFaultData()
284 static_cast<unsigned int>(top), in collectTodFaultData()
285 static_cast<unsigned int>(topConfig[top]), in collectTodFaultData()
289 o_data.setNetworkFault(top, chipSourcingClock, i_chip); in collectTodFaultData()
295 if (Topology::ACTIVE == top && errorReg.isBitSet(17)) in collectTodFaultData()
298 static_cast<unsigned int>(top), in collectTodFaultData()
299 static_cast<unsigned int>(topConfig[top]), in collectTodFaultData()
302 o_data.setInternalFault(top, i_chip); in collectTodFaultData()
337 for (const auto top : {tod::Topology::ACTIVE, tod::Topology::BACKUP}) in tod_step_check_fault()
339 auto mdmtFault = data.getMdmtFault(top); in tod_step_check_fault()
340 auto internalFaults = data.getInteralFaults(top); in tod_step_check_fault()
341 auto networkFaults = data.getNetworkFaults(top); in tod_step_check_fault()