Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp137 static_cast<int>(ipmbResponseStatus::success), matchedResponse->netFn, in returnMatchedResponse()
138 matchedResponse->rsLun, matchedResponse->cmd, in returnMatchedResponse()
139 matchedResponse->completionCode, matchedResponse->data); in returnMatchedResponse()
345 request->matchedResponse = std::move(response); in responseMatch()
H A Dipmbbridged.hpp205 std::unique_ptr<IpmbResponse> matchedResponse; member