Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 5 of 5) sorted by relevance
368 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()380 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()390 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()401 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()699 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()815 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()1324 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()1369 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()1385 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()1416 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()824 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()848 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()1351 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()1492 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()[all …]
1736 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()1774 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()1840 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()1869 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()2401 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()3139 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()3223 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()3724 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()4228 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()4301 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()[all …]
586 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
27 #define IPMI_NETFN_APP_REQUEST 0x06 macro