Home
last modified time | relevance | path

Searched refs:IPMI_MAX_MSG_LENGTH (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/linux/
Dipmi_smi.h69 unsigned char data[IPMI_MAX_MSG_LENGTH];
72 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
Dipmi_msgdefs.h56 #define IPMI_MAX_MSG_LENGTH 80 macro
Dipmi.h194 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_kcs_intf.c327 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()
Dipmi_devintf.c175 unsigned char msgdata[IPMI_MAX_MSG_LENGTH]; in ipmi_ioctl()
198 if (req.msg.data_len > IPMI_MAX_MSG_LENGTH) { in ipmi_ioctl()
Dipmi_msghandler.c831 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()
/linux-2.4.37.9/Documentation/
DIPMI.txt150 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];