Searched refs:transferCRC (Results 1 – 3 of 3) sorted by relevance
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 481 uint8_t transferCRC{}; in processHostPDRs() local 493 nullptr, 0, &transferCRC); in processHostPDRs() 510 respCount, &transferCRC); in processHostPDRs()
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 214 uint8_t transferCRC = 6; in TEST() local 224 recordData.data(), transferCRC, response); in TEST() 240 transferCRC); in TEST() 243 responseMsg.resize(responseMsg.size() - sizeof(transferCRC)); in TEST() 246 recordData.data(), transferCRC, response); in TEST() 257 uint8_t transferCRC = 0; in TEST() local 261 recordData.data(), transferCRC, nullptr); in TEST() 375 uint8_t transferCRC = 96; in TEST() local 378 sizeof(transferCRC)> in TEST() 400 response->payload[PLDM_GET_PDR_MIN_RESP_BYTES + respCnt] = transferCRC; in TEST() [all …]
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 245 uint8_t transferCRC = 0; in parseResponseMsg() local 250 sizeof(respRecordData), &transferCRC); in parseResponseMsg()
|