Home
last modified time | relevance | path

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

/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c798 struct pldm_file_ack_req *request = in decode_file_ack_req()
799 (struct pldm_file_ack_req *)msg->payload; in decode_file_ack_req()
851 struct pldm_file_ack_req *req = in encode_file_ack_req()
852 (struct pldm_file_ack_req *)msg->payload; in encode_file_ack_req()
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h683 struct pldm_file_ack_req { struct
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp1535 auto request = reinterpret_cast<pldm_file_ack_req*>(requestPtr->payload); in TEST()