Searched refs:MAX_IPMI_MSG_SIZE (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/ipmi/ |
H A D | ipmi_bt.h | 39 uint8_t outmsg[MAX_IPMI_MSG_SIZE]; 43 uint8_t inmsg[MAX_IPMI_MSG_SIZE];
|
H A D | ipmi_kcs.h | 39 uint8_t outmsg[MAX_IPMI_MSG_SIZE]; 43 uint8_t inmsg[MAX_IPMI_MSG_SIZE];
|
H A D | ipmi.h | 32 #define MAX_IPMI_MSG_SIZE 300 macro 271 uint8_t buffer[MAX_IPMI_MSG_SIZE];
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_kcs.c | 353 if (ik->outpos >= MAX_IPMI_MSG_SIZE || ik->outlen >= MAX_IPMI_MSG_SIZE || in ipmi_kcs_vmstate_post_load() 362 if (ik->inlen >= MAX_IPMI_MSG_SIZE) { in ipmi_kcs_vmstate_post_load() 389 VMSTATE_UINT8_ARRAY(outmsg, IPMIKCS, MAX_IPMI_MSG_SIZE), 391 VMSTATE_UINT8_ARRAY(inmsg, IPMIKCS, MAX_IPMI_MSG_SIZE),
|
H A D | ipmi_bt.c | 375 if (ib->outpos >= MAX_IPMI_MSG_SIZE || ib->outlen >= MAX_IPMI_MSG_SIZE || in ipmi_bt_vmstate_post_load() 384 if (ib->inlen >= MAX_IPMI_MSG_SIZE) { in ipmi_bt_vmstate_post_load() 405 VMSTATE_UINT8_ARRAY(outmsg, IPMIBT, MAX_IPMI_MSG_SIZE), 407 VMSTATE_UINT8_ARRAY(inmsg, IPMIBT, MAX_IPMI_MSG_SIZE),
|
H A D | ipmi_bmc_extern.c | 74 unsigned char inbuf[MAX_IPMI_MSG_SIZE + 2]; 81 unsigned char outbuf[(MAX_IPMI_MSG_SIZE + 2) * 2 + 1]; 204 } else if ((cmd_len > max_cmd_len) || (cmd_len > MAX_IPMI_MSG_SIZE)) { in ipmi_bmc_extern_handle_command()
|
H A D | ipmi_bmc_sim.c | 177 uint8_t buf[MAX_IPMI_MSG_SIZE];
|