Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
A Dipmi_si_intf.c368 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()
380 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
699 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()
815 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()
1324 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()
1369 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()
1385 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()
1416 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()
1433 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in set_global_enables()
1535 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_enable_event_buffer()
[all …]
A 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()
419 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()
442 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()
1351 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()
1492 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()
1686 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
1744 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
1754 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
1773 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
[all …]
A Dipmi_msghandler.c1775 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1813 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1879 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1908 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2502 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3240 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3324 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3825 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4481 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()
4546 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
[all …]
A Dipmi_ipmb.c225 msg->data[0] = (IPMI_NETFN_APP_REQUEST | 1) << 2; in ipmi_ipmb_send_response()
A Dipmi_poweroff.c586 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
/linux/include/uapi/linux/
A Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro

Completed in 28 milliseconds