Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp31 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutConnected() local
34 addTargetCallout(txTarget, i_priority, i_guard); in calloutConnected()
41 ffdc["TX Target"] = util::pdbg::getPhysDevPath(txTarget); in calloutConnected()
45 setSrcSubsystem(getTargetSubsystem(txTarget), i_priority); in calloutConnected()
55 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutBus() local
61 addTargetCallout(txTarget, i_priority, i_guard); in calloutBus()
72 ffdc["TX Target"] = util::pdbg::getPhysDevPath(txTarget); in calloutBus()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp307 pdbg_target* txTarget = nullptr; in getConnectedTarget() local
315 txTarget = getTargetAcrossBus(i_rxTarget); in getConnectedTarget()
320 txTarget = getTargetAcrossBus(i_rxTarget); in getConnectedTarget()
346 txTarget = childList.front(); in getConnectedTarget()
351 txTarget = pdbg_target_parent("omi", i_rxTarget); in getConnectedTarget()
352 if (nullptr == txTarget) in getConnectedTarget()
364 assert(nullptr != txTarget); // just in case we missed something above in getConnectedTarget()
366 return txTarget; in getConnectedTarget()