Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dplatform.c354 uint16_t resp_cnt, const uint8_t *record_data, in encode_get_pdr_resp()
381 response->response_count = htole16(resp_cnt); in encode_get_pdr_resp()
382 if (record_data != NULL && resp_cnt > 0) { in encode_get_pdr_resp()
383 memcpy(response->record_data, record_data, resp_cnt); in encode_get_pdr_resp()
388 resp_cnt; in encode_get_pdr_resp()
607 uint8_t *transfer_flag, uint16_t *resp_cnt, in decode_get_pdr_resp()
616 transfer_flag == NULL || resp_cnt == NULL || transfer_crc == NULL) { in decode_get_pdr_resp()
638 rc = pldm_msgbuf_extract_p(buf, resp_cnt); in decode_get_pdr_resp()
643 if (*resp_cnt > 0 && record_data != NULL) { in decode_get_pdr_resp()
644 if (record_data_length < *resp_cnt) { in decode_get_pdr_resp()
353 encode_get_pdr_resp(uint8_t instance_id,uint8_t completion_code,uint32_t next_record_hndl,uint32_t next_data_transfer_hndl,uint8_t transfer_flag,uint16_t resp_cnt,const uint8_t * record_data,uint8_t transfer_crc,struct pldm_msg * msg) encode_get_pdr_resp() argument
605 decode_get_pdr_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint32_t * next_record_hndl,uint32_t * next_data_transfer_hndl,uint8_t * transfer_flag,uint16_t * resp_cnt,uint8_t * record_data,size_t record_data_length,uint8_t * transfer_crc) decode_get_pdr_resp() argument
[all...]
/openbmc/libpldm/include/libpldm/
H A Dplatform.h1432 * @param[in] resp_cnt - The number of recordData bytes returned in this
1434 * @param[in] record_data - PDR data bytes of length resp_cnt
1445 uint16_t resp_cnt, const uint8_t *record_data,
1702 * @param[out] resp_cnt - The number of recordData bytes returned in this
1704 * @param[out] record_data - PDR data bytes of length resp_cnt, or NULL to
1705 * skip the copy and place the actual length in resp_cnt.
1714 uint8_t *transfer_flag, uint16_t *resp_cnt,
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump6868 'name' => 'resp_cnt',
7068 'name' => 'resp_cnt',