Searched refs:IPMI_MAX_MSG_LENGTH (Results 1 – 10 of 10) sorted by relevance
70 unsigned char data[IPMI_MAX_MSG_LENGTH];73 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
82 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
263 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
98 unsigned char write_data[IPMI_MAX_MSG_LENGTH];100 unsigned char read_data[IPMI_MAX_MSG_LENGTH];232 if (size > IPMI_MAX_MSG_LENGTH) in bt_start_transaction()274 if (msg_len < 3 || msg_len > IPMI_MAX_MSG_LENGTH) { in bt_get_result()365 if (bt->read_count < 4 || bt->read_count >= IPMI_MAX_MSG_LENGTH) { in read_all_bytes()
117 #define MAX_KCS_READ_SIZE IPMI_MAX_MSG_LENGTH118 #define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH
550 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()610 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()648 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()2705 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_get_dev_id()2722 resp, IPMI_MAX_MSG_LENGTH); in try_get_dev_id()2739 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_enable_event_buffer()2756 resp, IPMI_MAX_MSG_LENGTH); in try_enable_event_buffer()2786 resp, IPMI_MAX_MSG_LENGTH); in try_enable_event_buffer()
190 msg.data = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in handle_send_req()202 if (req->msg.data_len > IPMI_MAX_MSG_LENGTH) { in handle_send_req()
1537 if ((msg->data_len + 2) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()1595 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()1709 if ((msg->data_len + 12) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()
95 unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH];98 unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH];
232 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];