Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp646 auto responseWr = reinterpret_cast<pldm_msg*>(responseMsgWr.data()); in TEST() local
653 rc = decode_write_file_resp(responseWr, 0, &completionCode, &length); in TEST()
848 auto responseWr = reinterpret_cast<pldm_msg*>(responseMsgWr.data()); in TEST() local
851 rc = encode_write_file_resp(0, PLDM_ERROR, length, responseWr); in TEST()
854 ASSERT_EQ(responseWr->hdr.request, PLDM_RESPONSE); in TEST()
855 ASSERT_EQ(responseWr->hdr.instance_id, 0); in TEST()
856 ASSERT_EQ(responseWr->hdr.type, PLDM_OEM); in TEST()
857 ASSERT_EQ(responseWr->hdr.command, PLDM_WRITE_FILE); in TEST()
858 ASSERT_EQ(responseWr->payload[0], PLDM_ERROR); in TEST()