Lines Matching refs:IPMI_NETFN_APP_REQUEST
1779 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1817 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1882 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1911 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2519 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3257 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3341 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3895 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4185 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_lan_get_msg_cmd()
4562 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()
4629 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
4659 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
4737 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
5369 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_panic_events()