Searched refs:txTarget (Results 1 – 2 of 2) sorted by relevance
31 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutConnected() local34 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() local61 addTargetCallout(txTarget, i_priority, i_guard); in calloutBus()72 ffdc["TX Target"] = util::pdbg::getPhysDevPath(txTarget); in calloutBus()
307 pdbg_target* txTarget = nullptr; in getConnectedTarget() local315 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()