Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/char/ipmi/
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()
391 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()
402 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()
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()
[all …]
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()
786 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
810 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
836 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
868 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
1366 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()
1509 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in test_multipart_messages()
[all …]
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 …]
Dipmi_poweroff.c582 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
Dipmi_ipmb.c226 msg->data[0] = (IPMI_NETFN_APP_REQUEST | 1) << 2; in ipmi_ipmb_send_response()
/linux-6.6.21/include/uapi/linux/
Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro