Home
last modified time | relevance | path

Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/char/ipmi/
Dipmi_ssif.c364 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 …]
Dipmi_si_intf.c432 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 …]
Dipmi_msghandler.c1415 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 …]
Dipmi_poweroff.c589 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
/linux-4.1.27/include/uapi/linux/
Dipmi_msgdefs.h46 #define IPMI_NETFN_APP_REQUEST 0x06 macro