Searched refs:dataReceived (Results 1 – 2 of 2) sorted by relevance
| /openbmc/intel-ipmi-oem/src/ |
| H A D | bridgingcommands.cpp | 318 std::vector<uint8_t> dataReceived{}; in handleIpmbChannel() local 322 std::tie(status, netFn, lun, cmd, cc, dataReceived) = ipmbResponse; in handleIpmbChannel() 326 ipmbRequest.seq, lun, cmd, cc, dataReceived); in handleIpmbChannel()
|
| H A D | oemcommands.cpp | 871 std::vector<uint8_t> dataReceived{}; in ipmiOEMSlotIpmb() local 875 std::tie(status, resNetFn, resLun, resCmd, cc, dataReceived) = res; in ipmiOEMSlotIpmb() 883 return ipmi::responseSuccess(cc, dataReceived); in ipmiOEMSlotIpmb()
|