Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c374 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()
386 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
398 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_get_flags()
407 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()
418 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()
716 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()
1357 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()
1402 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()
1418 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()
1449 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()
[all …]
H A Dipmi_ssif.c364 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
382 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()
419 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()
442 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()
786 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
810 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
836 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
868 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
1362 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()
1517 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()
[all …]
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()
/linux/include/uapi/linux/
H A Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro