Home
last modified time | relevance | path

Searched refs:IPMI_NETFN_APP_REQUEST (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_ssif.c370 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
388 mb[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_flag_fetch()
425 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_event_fetch()
448 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_recv_msg_fetch()
794 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
818 } else if (data[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
844 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
876 } else if (msg->rsp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 in msg_done_handler()
1380 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in ssif_detect()
1523 msg[0] = IPMI_NETFN_APP_REQUEST << in test_multipart_messages()
[all...]
H A Dipmi_si_intf.c367 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_check_enables()
379 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_clear_flags()
389 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_msg_queue()
400 smi_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in start_getting_events()
698 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_transaction_done()
814 msg[0] = (IPMI_NETFN_APP_REQUEST << 2); in smi_event_handler()
1329 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in try_get_dev_id()
1376 msg[0] = IPMI_NETFN_APP_REQUEST << 2; in get_global_enables()
1392 resp[0] != (IPMI_NETFN_APP_REQUEST | 1) << 2 || in get_global_enables()
1423 msg[0] = IPMI_NETFN_APP_REQUEST << in set_global_enables()
[all...]
H A Dipmi_msghandler.c1752 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_ipmb_msg()
1790 smi_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in format_lan_msg()
1856 return (((msg->netfn == IPMI_NETFN_APP_REQUEST) in is_maintenance_mode_cmd()
1885 if ((msg->netfn == IPMI_NETFN_APP_REQUEST) in i_ipmi_req_sysintf()
2417 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_get_device_id_cmd()
3157 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_guid_cmd()
3241 msg.netfn = IPMI_NETFN_APP_REQUEST; in send_channel_info_cmd()
3746 msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_ipmb_get_msg_cmd()
4250 && (msg->data[0] == (IPMI_NETFN_APP_REQUEST << 2)) in handle_one_recv_msg()
4323 if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST| in handle_one_recv_msg()
[all...]
H A Dipmi_poweroff.c586 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H 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()
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 << in set_global_enables()
[all...]
H 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()
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 << in test_multipart_messages()
[all...]
H 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| in handle_one_recv_msg()
[all...]
H A Dipmi_poweroff.c582 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
H A Dipmi_ipmb.c226 msg->data[0] = (IPMI_NETFN_APP_REQUEST | 1) << 2; in ipmi_ipmb_send_response()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dipmi_msgdefs.h27 #define IPMI_NETFN_APP_REQUEST 0x06 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dipmi_msgdefs.h24 #define IPMI_NETFN_APP_REQUEST 0x06 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dipmi_msgdefs.h24 #define IPMI_NETFN_APP_REQUEST 0x06 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dipmi_msgdefs.h11 #define IPMI_NETFN_APP_REQUEST 0x06 macro

Completed in 24 milliseconds