Home
last modified time | relevance | path

Searched refs:run_to_completion (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/char/ipmi/
Dipmi_msghandler.c605 int run_to_completion; member
1891 int run_to_completion = intf->run_to_completion; in smi_send() local
1894 if (!run_to_completion) in smi_send()
1898 if (!run_to_completion) in smi_send()
4762 int run_to_completion = intf->run_to_completion; in handle_new_recv_msgs() local
4765 if (!run_to_completion) in handle_new_recv_msgs()
4771 if (!run_to_completion) in handle_new_recv_msgs()
4775 if (!run_to_completion) in handle_new_recv_msgs()
4794 if (!run_to_completion) in handle_new_recv_msgs()
4819 int run_to_completion = intf->run_to_completion; in smi_recv_tasklet() local
[all …]
Dipmi_si_intf.c179 bool run_to_completion; member
907 if (smi_info->run_to_completion) { in sender()
934 smi_info->run_to_completion = i_run_to_completion; in set_run_to_completion()
1035 bool run_to_completion = smi_info->run_to_completion; in poll() local
1042 if (!run_to_completion) in poll()
1045 if (!run_to_completion) in poll()
2024 new_smi->run_to_completion = false; in try_smi_init()
Dipmi_powernv.c183 bool run_to_completion) in ipmi_powernv_set_run_to_completion() argument
/linux-5.19.10/include/linux/
Dipmi_smi.h205 void (*set_run_to_completion)(void *send_info, bool run_to_completion);