Lines Matching refs:IPMI_NETFN_APP_REQUEST
1415 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1455 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1602 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()
1615 if (((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()
2582 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
2657 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3120 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
3684 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
3715 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
3787 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
3903 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in ipmi_smi_msg_received()
4413 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_panic_events()