Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dipmi_smi.h61 unsigned char data[IPMI_MAX_MSG_LENGTH];
64 unsigned char rsp[IPMI_MAX_MSG_LENGTH];
Dipmi.h72 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];
/Linux-v5.4/drivers/char/ipmi/
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()
252 if (msg_len < 3 || msg_len > IPMI_MAX_MSG_LENGTH) { in bt_get_result()
342 if (bt->read_count < 4 || bt->read_count >= IPMI_MAX_MSG_LENGTH) { in read_all_bytes()
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()
Dipmi_si_intf.c550 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
606 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
644 IPMI_MAX_MSG_LENGTH); in handle_transaction_done()
1334 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_get_dev_id()
1351 resp, IPMI_MAX_MSG_LENGTH); in try_get_dev_id()
1369 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in get_global_enables()
1386 resp, IPMI_MAX_MSG_LENGTH); in get_global_enables()
1416 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in set_global_enables()
1434 resp, IPMI_MAX_MSG_LENGTH); in set_global_enables()
1535 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in try_enable_event_buffer()
[all …]
Dipmi_kcs_sm.c97 #define MAX_KCS_READ_SIZE IPMI_MAX_MSG_LENGTH
98 #define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH
Dipmi_ssif.c258 unsigned char data[IPMI_MAX_MSG_LENGTH + 1];
713 if (ssif_info->multi_len + len > IPMI_MAX_MSG_LENGTH) { in msg_done_handler()
779 if (msg->rsp_size > IPMI_MAX_MSG_LENGTH) in msg_done_handler()
780 msg->rsp_size = IPMI_MAX_MSG_LENGTH; in msg_done_handler()
1050 if (len > IPMI_MAX_MSG_LENGTH) in start_send()
1370 else if (ret > IPMI_MAX_MSG_LENGTH) { in do_cmd()
1388 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_detect()
1675 resp = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL); in ssif_probe()
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()
Dipmi_msghandler.c1909 if (msg->data_len + 2 > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_sysintf()
1971 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_ipmb()
2099 if ((msg->data_len + 12) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_req_lan()
/Linux-v5.4/include/uapi/linux/
Dipmi_msgdefs.h63 #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ macro
/Linux-v5.4/drivers/hwmon/
Dibmpex.c78 unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH];
81 unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH];
/Linux-v5.4/Documentation/
DIPMI.txt233 unsigned char msg_data[IPMI_MAX_MSG_LENGTH];