Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/ipmi/
Dipmi_msghandler.c597 int run_to_completion; member
1835 int run_to_completion = intf->run_to_completion; in smi_send() local
1838 if (!run_to_completion) in smi_send()
1842 if (!run_to_completion) in smi_send()
4437 int run_to_completion = intf->run_to_completion; in handle_new_recv_msgs() local
4440 if (!run_to_completion) in handle_new_recv_msgs()
4446 if (!run_to_completion) in handle_new_recv_msgs()
4450 if (!run_to_completion) in handle_new_recv_msgs()
4469 if (!run_to_completion) in handle_new_recv_msgs()
4494 int run_to_completion = intf->run_to_completion; in smi_recv_tasklet() local
[all …]
Dipmi_si_intf.c178 bool run_to_completion; member
905 if (smi_info->run_to_completion) { in sender()
932 smi_info->run_to_completion = i_run_to_completion; in set_run_to_completion()
1033 bool run_to_completion = smi_info->run_to_completion; in poll() local
1040 if (!run_to_completion) in poll()
1043 if (!run_to_completion) in poll()
2031 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-v5.10/include/linux/
Dipmi_smi.h140 void (*set_run_to_completion)(void *send_info, bool run_to_completion);