Home
last modified time | relevance | path

Searched refs:mctpInstance (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp56 uint8_t mctpInstance; in prepareSetEffecterReq() local
57 if (!util::dbus::getMctpInstance(mctpInstance, mctpEid)) in prepareSetEffecterReq()
86 mctpInstance, effecterId, effecterCount, stateField.data(), requestMsg); in prepareSetEffecterReq()
H A Ddbus.hpp208 bool getMctpInstance(uint8_t& mctpInstance, uint8_t Eid);
H A Ddbus.cpp538 bool getMctpInstance(uint8_t& mctpInstance, uint8_t Eid) in getMctpInstance() argument
557 reply.read(mctpInstance); in getMctpInstance()