|
OpenBIC
OpenSource Bridge-IC
|
#include "pldm_oem.h"

Go to the source code of this file.
Classes | |
| struct | _cxl_read_flash_req |
| struct | _cxl_read_flash_resp |
Enumerations | |
| enum | CXL_COREDUMP_CMD_TYPE { READ_CXL_FLASH_START = 0x00 , READ_CXL_FLASH_DATA = 0x01 , READ_CXL_FLASH_END = 0x02 } |
Functions | |
| struct _cxl_read_flash_req | __attribute__ ((packed)) |
| uint8_t | read_flash_data_cmd (void *mctp_inst, uint8_t *req_buf, uint16_t req_len, uint8_t instance_id, uint8_t *resp_buf, uint16_t *resp_len, void *ext_params) |
Variables | |
| uint8_t | iana [IANA_LEN] |
| uint8_t | transfer_flag |
| uint8_t | cxl_comp_id |
| uint32_t | data_offset |
| uint16_t | data_len |
| uint8_t | completion_code |
| uint8_t | data [] |
| struct _cxl_read_flash_req __attribute__ | ( | (packed) | ) |
| uint8_t read_flash_data_cmd | ( | void * | mctp_inst, |
| uint8_t * | req_buf, | ||
| uint16_t | req_len, | ||
| uint8_t | instance_id, | ||
| uint8_t * | resp_buf, | ||
| uint16_t * | resp_len, | ||
| void * | ext_params | ||
| ) |

| uint8_t completion_code |
| uint8_t cxl_comp_id |
| uint8_t data[] |
| uint16_t data_len |
| uint32_t data_offset |
| uint8_t iana[IANA_LEN] |
| uint8_t transfer_flag |