Home
last modified time | relevance | path

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

/linux/include/linux/
A Dipmi_smi.h116 unsigned char data[IPMI_MAX_MSG_LENGTH];
119 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
A Dipmi.h72 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
/linux/drivers/char/ipmi/
A Dipmi_si_intf.c551 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
607 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
645 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
1316 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_get_dev_id()
1335 resp, IPMI_MAX_MSG_LENGTH); in try_get_dev_id()
1365 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in get_global_enables()
1382 resp, IPMI_MAX_MSG_LENGTH); in get_global_enables()
1412 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in set_global_enables()
1430 resp, IPMI_MAX_MSG_LENGTH); in set_global_enables()
1546 resp, IPMI_MAX_MSG_LENGTH); in try_enable_event_buffer()
[all …]
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()
A Dipmi_powernv.c63 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()
A Dipmi_ssif.c251 unsigned char data[IPMI_MAX_MSG_LENGTH + 1];
689 if (ssif_info->multi_len + len > IPMI_MAX_MSG_LENGTH) { in msg_done_handler()
748 if (len > IPMI_MAX_MSG_LENGTH) in msg_done_handler()
749 len = IPMI_MAX_MSG_LENGTH; in msg_done_handler()
1008 if (len > IPMI_MAX_MSG_LENGTH) in start_send()
1328 else if (ret > IPMI_MAX_MSG_LENGTH) { in do_cmd()
1346 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_detect()
1634 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_probe()
A Dipmi_kcs_sm.c99 #define MAX_KCS_READ_SIZE IPMI_MAX_MSG_LENGTH
100 #define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH
A Dipmi_devintf.c158 msg.data = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in handle_send_req()
170 if (req->msg.data_len > IPMI_MAX_MSG_LENGTH) { in handle_send_req()
A Dipmi_ipmb.c37 #define IPMB_MAX_MSG_LEN (IPMI_MAX_MSG_LENGTH + 5)
A Dipmi_msghandler.c1935 if (msg->data_len + 2 > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_sysintf()
1997 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb()
2113 if ((msg->data_len + 4) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb_direct()
2177 if ((msg->data_len + 12) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_lan()
/linux/include/uapi/linux/
A Dipmi_msgdefs.h63 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
/linux/drivers/hwmon/
A Dibmpex.c78 unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH];
81 unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH];
/linux/Documentation/driver-api/
A Dipmi.rst250 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];

Completed in 31 milliseconds