Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
H A Dipmi_bt_sm.c80 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()
H A Dipmi_si_intf.c568 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
624 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
662 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
1339 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_get_dev_id()
1358 resp, IPMI_MAX_MSG_LENGTH); in try_get_dev_id()
1388 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in get_global_enables()
1405 resp, IPMI_MAX_MSG_LENGTH); in get_global_enables()
1435 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in set_global_enables()
1453 resp, IPMI_MAX_MSG_LENGTH); in set_global_enables()
1554 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_enable_event_buffer()
[all …]
H A Dipmi_ssif.c251 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()
1339 else if (ret > IPMI_MAX_MSG_LENGTH) { in do_cmd()
1357 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_detect()
1664 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_probe()
H A Dipmi_msghandler.c1955 if (msg->data_len + 2 > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_sysintf()
2017 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb()
2130 if ((msg->data_len + 4) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb_direct()
2194 if ((msg->data_len + 12) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_lan()
/linux/include/uapi/linux/
H A Dipmi_msgdefs.h63 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
/linux/include/linux/
H A Dipmi.h72 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
/linux/drivers/hwmon/
H A Dibmpex.c78 unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH];
81 unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH];