Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 5 of 5) sorted by relevance
367 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()379 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()389 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()400 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()698 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()814 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()1342 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()1373 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()1389 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()1420 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()[all …]
369 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()387 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()424 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()447 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()809 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()833 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()851 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()875 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()1393 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()1533 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()[all …]
1749 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()1787 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()1853 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()1882 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()2412 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()3135 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()3219 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()3719 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()4223 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()4296 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