Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/ipmi/
Dipmi_msghandler.c446 int run_to_completion; member
1513 int run_to_completion = intf->run_to_completion; in smi_send() local
1515 if (run_to_completion) { in smi_send()
3814 int run_to_completion = intf->run_to_completion; in handle_new_recv_msgs() local
3817 if (!run_to_completion) in handle_new_recv_msgs()
3822 if (!run_to_completion) in handle_new_recv_msgs()
3826 if (!run_to_completion) in handle_new_recv_msgs()
3842 if (!run_to_completion) in handle_new_recv_msgs()
3866 int run_to_completion = intf->run_to_completion; in smi_recv_tasklet() local
3876 if (!run_to_completion) in smi_recv_tasklet()
[all …]
Dipmi_powernv.c188 bool run_to_completion) in ipmi_powernv_set_run_to_completion() argument
Dipmi_si_intf.c224 bool run_to_completion; member
986 if (smi_info->run_to_completion) { in sender()
1013 smi_info->run_to_completion = i_run_to_completion; in set_run_to_completion()
1118 bool run_to_completion = smi_info->run_to_completion; in poll() local
1125 if (!run_to_completion) in poll()
1128 if (!run_to_completion) in poll()
3621 new_smi->run_to_completion = false; in try_smi_init()
/linux-4.4.14/include/linux/
Dipmi_smi.h128 void (*set_run_to_completion)(void *send_info, bool run_to_completion);