Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/ipmi/
Dipmi_ssif.c365 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
383 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()
420 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()
443 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()
801 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
823 } else if (data[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()
879 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
1389 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()
1532 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
[all …]
Dipmi_si_intf.c372 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()
384 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
394 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()
405 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()
703 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()
819 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()
1347 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()
1378 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()
1394 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()
1425 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()
[all …]
Dipmi_msghandler.c1760 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1798 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1864 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1893 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2423 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3151 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3235 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3740 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4244 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()
4317 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.19.296/include/uapi/linux/
Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro