Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 5 of 5) sorted by relevance
356 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()374 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()411 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()434 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()754 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()776 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()793 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()816 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()1303 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()1446 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()[all …]
369 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()381 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()391 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()402 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()700 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()816 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()1330 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()1361 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()1377 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()1408 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()[all …]
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()[all …]
589 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
27 #define IPMI_NETFN_APP_REQUEST 0x06 macro