Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 6 of 6) sorted by relevance
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()1325 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()1370 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()1386 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()1417 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()[all …]
364 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()382 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()419 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()442 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()782 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()806 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()832 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()864 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()1374 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()1515 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()[all …]
1803 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()1841 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()1907 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()1936 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()2541 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()3279 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()3363 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()3915 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()4572 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()4639 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()[all …]
226 msg->data[0] = (IPMI_NETFN_APP_REQUEST | 1) << 2; in ipmi_ipmb_send_response()
582 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
27 #define IPMI_NETFN_APP_REQUEST 0x06 macro