Home
last modified time | relevance | path

Searched refs:i_rxTarget (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp231 pdbg_target* getTargetAcrossBus(pdbg_target* i_rxTarget) in getTargetAcrossBus() argument
233 assert(nullptr != i_rxTarget); in getTargetAcrossBus()
236 auto rxType = util::pdbg::getTrgtType(i_rxTarget); in getTargetAcrossBus()
286 std::string rxPath = util::pdbg::getPath(i_rxTarget); in getTargetAcrossBus()
302 pdbg_target* getConnectedTarget(pdbg_target* i_rxTarget, in getConnectedTarget() argument
305 assert(nullptr != i_rxTarget); in getConnectedTarget()
309 auto rxType = util::pdbg::getTrgtType(i_rxTarget); in getConnectedTarget()
310 std::string rxPath = util::pdbg::getPath(i_rxTarget); in getConnectedTarget()
315 txTarget = getTargetAcrossBus(i_rxTarget); in getConnectedTarget()
320 txTarget = getTargetAcrossBus(i_rxTarget); in getConnectedTarget()
[all …]
H A Dpdbg.hpp89 pdbg_target* getConnectedTarget(pdbg_target* i_rxTarget,
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp26 void ServiceData::calloutConnected(pdbg_target* i_rxTarget, in calloutConnected() argument
31 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutConnected()
40 ffdc["RX Target"] = util::pdbg::getPhysDevPath(i_rxTarget); in calloutConnected()
50 void ServiceData::calloutBus(pdbg_target* i_rxTarget, in calloutBus() argument
55 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutBus()
58 addTargetCallout(i_rxTarget, i_priority, i_guard); in calloutBus()
71 ffdc["RX Target"] = util::pdbg::getPhysDevPath(i_rxTarget); in calloutBus()
H A Dservice_data.hpp110 void calloutConnected(pdbg_target* i_rxTarget,
121 void calloutBus(pdbg_target* i_rxTarget, const callout::BusType& i_busType,