Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp681 auto requestWr = reinterpret_cast<pldm_msg*>(requestMsgWr.data()); in TEST() local
689 rc = decode_write_file_req(requestWr, 0, &fileHandle, &offset, &length, in TEST()
816 auto requestWr = reinterpret_cast<pldm_msg*>(requestMsgWr.data()); in TEST() local
819 rc = encode_write_file_req(0, fileHandle, offset, length, requestWr); in TEST()