Home
last modified time | relevance | path

Searched refs:i_busType (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp27 const callout::BusType& i_busType, in calloutConnected() argument
31 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutConnected()
39 ffdc["Bus Type"] = i_busType.getString(); in calloutConnected()
51 const callout::BusType& i_busType, in calloutBus() argument
55 auto txTarget = util::pdbg::getConnectedTarget(i_rxTarget, i_busType); in calloutBus()
70 ffdc["Bus Type"] = i_busType.getString(); in calloutBus()
76 setSrcSubsystem(i_busType.getSrcSubsystem(), i_priority); in calloutBus()
H A Dresolution.hpp71 ConnectedCalloutResolution(const callout::BusType& i_busType, in ConnectedCalloutResolution() argument
74 iv_busType(i_busType), iv_unitPath(i_unitPath), iv_priority(i_priority), in ConnectedCalloutResolution()
113 BusCalloutResolution(const callout::BusType& i_busType, in BusCalloutResolution() argument
116 iv_busType(i_busType), iv_unitPath(i_unitPath), iv_priority(i_priority), in BusCalloutResolution()
H A Dservice_data.hpp111 const callout::BusType& i_busType,
121 void calloutBus(pdbg_target* i_rxTarget, const callout::BusType& i_busType,
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp303 const callout::BusType& i_busType) in getConnectedTarget() argument
312 if (callout::BusType::SMP_BUS == i_busType && in getConnectedTarget()
317 else if (callout::BusType::SMP_BUS == i_busType && in getConnectedTarget()
322 else if (callout::BusType::OMI_BUS == i_busType && in getConnectedTarget()
348 else if (callout::BusType::OMI_BUS == i_busType && in getConnectedTarget()
361 " i_busType=" + i_busType.getString()); in getConnectedTarget()
H A Dpdbg.hpp90 const analyzer::callout::BusType& i_busType);