Lines Matching refs:pack_pldm_header
74 uint8_t pack_pldm_header(const struct pldm_header_info *hdr, in pack_pldm_header() function
138 return pack_pldm_header(&header, &(msg->hdr)); in encode_get_types_req()
154 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_commands_req()
181 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_types_resp()
230 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_commands_resp()
315 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_version_req()
346 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_version_resp()
422 return pack_pldm_header(&header, &(msg->hdr)); in encode_get_tid_req()
438 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_get_tid_resp()
492 uint8_t rc = pack_pldm_header(&header, &(msg->hdr)); in encode_set_tid_req()
572 uint8_t rc = pack_pldm_header(&header, &msg->hdr); in encode_cc_only_resp()
596 return pack_pldm_header(&header, &(msg->hdr)); in encode_pldm_header_only()