Searched refs:IPMI_MAX_MSG_LENGTH (Results 1 – 7 of 7) sorted by relevance
80 unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */82 unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */210 if (size > IPMI_MAX_MSG_LENGTH) in bt_start_transaction()254 if (msg_len < 3 || msg_len > IPMI_MAX_MSG_LENGTH) { in bt_get_result()344 if (bt->read_count < 4 || bt->read_count >= IPMI_MAX_MSG_LENGTH) { in read_all_bytes()
155 msg.data = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in handle_send_req()167 if (req->msg.data_len > IPMI_MAX_MSG_LENGTH) { in handle_send_req()
37 #define IPMB_MAX_MSG_LEN (IPMI_MAX_MSG_LENGTH + 5)
1980 if (msg->data_len + 2 > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_sysintf()2042 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb()2155 if ((msg->data_len + 4) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb_direct()2219 if ((msg->data_len + 12) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_lan()
63 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
72 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
78 unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH];81 unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH];