Lines Matching refs:IPMI_NETFN_APP_REQUEST
1647 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1685 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1754 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1783 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2312 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3037 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3121 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3628 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4159 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
4186 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
4261 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
4387 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in ipmi_smi_msg_received()
4892 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_panic_events()