Home
last modified time | relevance | path

Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c1804 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1842 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1918 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1947 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2568 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3312 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3396 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3980 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4256 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_lan_get_msg_cmd()
4620 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()
[all …]
H A Dipmi_ipmb.c231 msg->data[0] = (IPMI_NETFN_APP_REQUEST | 1) << 2; in ipmi_ipmb_send_response()