Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 5 of 5) sorted by relevance
365 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()383 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()419 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()441 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()759 } 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()1267 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()1459 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()[all …]
440 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()455 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()468 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()479 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()778 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()895 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()2928 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()2958 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()2974 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()3005 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()[all …]
1421 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()1461 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()1608 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()1621 if (((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()2588 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()2663 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()3126 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()3690 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()3721 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()3793 } 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()
46 #define IPMI_NETFN_APP_REQUEST 0x06 macro