Lines Matching refs:IPMI_NETFN_APP_REQUEST
1421 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1461 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1608 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()
1621 if (((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()
2588 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
2663 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3126 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
3690 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
3721 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
3793 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
3909 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in ipmi_smi_msg_received()
4424 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_panic_events()