Searched refs:IPMI_MAX_MSG_LENGTH (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ipmi_smi.h | 70 unsigned char data[IPMI_MAX_MSG_LENGTH]; 73 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
|
D | ipmi.h | 81 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_bt_sm.c | 98 unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */ 100 unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */ 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()
|
D | ipmi_powernv.c | 68 if (msg->data_size > IPMI_MAX_MSG_LENGTH) { in ipmi_powernv_send() 137 size = cpu_to_be64(sizeof(*opal_msg) + IPMI_MAX_MSG_LENGTH); in ipmi_powernv_recv() 261 sizeof(*ipmi->opal_msg) + IPMI_MAX_MSG_LENGTH, in ipmi_powernv_probe()
|
D | ipmi_kcs_sm.c | 117 #define MAX_KCS_READ_SIZE IPMI_MAX_MSG_LENGTH 118 #define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH
|
D | ipmi_ssif.c | 250 unsigned char data[IPMI_MAX_MSG_LENGTH + 1]; 667 if (ssif_info->multi_len + len - 1 > IPMI_MAX_MSG_LENGTH) { in msg_done_handler() 730 if (msg->rsp_size > IPMI_MAX_MSG_LENGTH) in msg_done_handler() 731 msg->rsp_size = IPMI_MAX_MSG_LENGTH; in msg_done_handler() 987 if (len > IPMI_MAX_MSG_LENGTH) in start_send() 1262 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_detect() 1427 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_probe()
|
D | ipmi_si_intf.c | 630 IPMI_MAX_MSG_LENGTH); in handle_transaction_done() 686 IPMI_MAX_MSG_LENGTH); in handle_transaction_done() 724 IPMI_MAX_MSG_LENGTH); in handle_transaction_done() 2920 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_get_dev_id() 2937 resp, IPMI_MAX_MSG_LENGTH); in try_get_dev_id() 2954 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in get_global_enables() 2971 resp, IPMI_MAX_MSG_LENGTH); in get_global_enables() 3001 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in set_global_enables() 3019 resp, IPMI_MAX_MSG_LENGTH); in set_global_enables() 3120 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_enable_event_buffer() [all …]
|
D | ipmi_devintf.c | 193 msg.data = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in handle_send_req() 205 if (req->msg.data_len > IPMI_MAX_MSG_LENGTH) { in handle_send_req()
|
D | ipmi_msghandler.c | 1637 if ((msg->data_len + 2) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request() 1695 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request() 1809 if ((msg->data_len + 12) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()
|
/linux-4.4.14/include/uapi/linux/ |
D | ipmi_msgdefs.h | 82 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
|
/linux-4.4.14/drivers/hwmon/ |
D | ibmpex.c | 91 unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH]; 94 unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH];
|
/linux-4.4.14/Documentation/ |
D | IPMI.txt | 232 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
|