Searched refs:IPMI_MAX_MSG_LENGTH (Results 1 – 8 of 8) sorted by relevance
116 unsigned char data[IPMI_MAX_MSG_LENGTH];119 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
63 if (msg->data_size > IPMI_MAX_MSG_LENGTH) { in ipmi_powernv_send()132 size = cpu_to_be64(sizeof(*opal_msg) + IPMI_MAX_MSG_LENGTH); in ipmi_powernv_recv()257 sizeof(*ipmi->opal_msg) + IPMI_MAX_MSG_LENGTH, in ipmi_powernv_probe()
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()
251 unsigned char data[IPMI_MAX_MSG_LENGTH + 1];693 if (ssif_info->multi_len + len > IPMI_MAX_MSG_LENGTH) { in msg_done_handler()752 if (len > IPMI_MAX_MSG_LENGTH) in msg_done_handler()753 len = IPMI_MAX_MSG_LENGTH; in msg_done_handler()1025 if (len > IPMI_MAX_MSG_LENGTH) in start_send()1343 else if (ret > IPMI_MAX_MSG_LENGTH) { in do_cmd()1361 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_detect()1668 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_probe()
99 #define MAX_KCS_READ_SIZE IPMI_MAX_MSG_LENGTH100 #define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH
37 #define IPMB_MAX_MSG_LEN (IPMI_MAX_MSG_LENGTH + 5)
63 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
250 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];