Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/char/ipmi/
A Dipmi_si_intf.c369 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()
381 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
700 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()
816 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()
1325 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()
1370 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()
1386 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()
1417 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in set_global_enables()
1434 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in set_global_enables()
1536 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()
1367 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()
1510 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()
1704 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
1762 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
1772 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
1791 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_probe()
[all …]
A Dipmi_msghandler.c1799 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1837 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1903 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1932 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2537 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3275 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3359 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3915 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4572 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()
4639 } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) in handle_one_recv_msg()
[all …]
A Dipmi_ipmb.c226 msg->data[0] = (IPMI_NETFN_APP_REQUEST | 1) << 2; in ipmi_ipmb_send_response()
A Dipmi_poweroff.c582 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
/linux-6.3-rc2/include/uapi/linux/
A Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro

Completed in 24 milliseconds