Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 5 of 5) sorted by relevance
364 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()382 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()418 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()440 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()758 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()775 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()792 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()815 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()1262 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()1454 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()[all …]
432 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()447 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()460 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()471 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()769 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()886 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()2904 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()2943 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in check_clr_rcv_irq()2959 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in check_clr_rcv_irq()2973 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in check_clr_rcv_irq()[all …]
1415 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()1455 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()1602 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()1615 if (((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_request()2582 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()2657 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()3120 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()3684 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()3715 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()3787 } 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