Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dipmi_msghandler.c587 int run_to_completion; member
1828 int run_to_completion = intf->run_to_completion; in smi_send() local
1831 if (!run_to_completion) in smi_send()
1835 if (!run_to_completion) in smi_send()
4432 int run_to_completion = intf->run_to_completion; in handle_new_recv_msgs() local
4435 if (!run_to_completion) in handle_new_recv_msgs()
4441 if (!run_to_completion) in handle_new_recv_msgs()
4445 if (!run_to_completion) in handle_new_recv_msgs()
4464 if (!run_to_completion) in handle_new_recv_msgs()
4489 int run_to_completion = intf->run_to_completion; in smi_recv_tasklet() local
[all …]
Dipmi_si_intf.c179 bool run_to_completion; member
906 if (smi_info->run_to_completion) { in sender()
933 smi_info->run_to_completion = i_run_to_completion; in set_run_to_completion()
1034 bool run_to_completion = smi_info->run_to_completion; in poll() local
1041 if (!run_to_completion) in poll()
1044 if (!run_to_completion) in poll()
2023 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