Home
last modified time | relevance | path

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

/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c825 struct pldm_file_ack_resp *response = in encode_file_ack_resp()
826 (struct pldm_file_ack_resp *)msg->payload; in encode_file_ack_resp()
872 struct pldm_file_ack_resp *response = in decode_file_ack_resp()
873 (struct pldm_file_ack_resp *)msg->payload; in decode_file_ack_resp()
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h693 struct pldm_file_ack_resp { struct
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp1569 auto response = reinterpret_cast<pldm_file_ack_resp*>(responsePtr->payload); in TEST()