Searched refs:IPMI_MAX_MSG_LENGTH (Results 1 – 7 of 7) sorted by relevance
69 unsigned char data[IPMI_MAX_MSG_LENGTH];72 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
56 #define IPMI_MAX_MSG_LENGTH 80 macro
194 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
327 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()384 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()409 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()782 unsigned char resp[IPMI_MAX_MSG_LENGTH]; in ipmi_kcs_detect_hardware()823 resp_len = kcs_get_result(data, resp, IPMI_MAX_MSG_LENGTH); in ipmi_kcs_detect_hardware()
175 unsigned char msgdata[IPMI_MAX_MSG_LENGTH]; in ipmi_ioctl()198 if (req.msg.data_len > IPMI_MAX_MSG_LENGTH) { in ipmi_ioctl()
831 if ((msg->data_len + 2) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()871 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()
150 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];