set_run_to_completion
if (intf->handlers->set_run_to_completion)
intf->handlers->set_run_to_completion(intf->send_info,
.set_run_to_completion = ipmi_powernv_set_run_to_completion,
.set_run_to_completion = set_run_to_completion,
void (*set_run_to_completion)(void *send_info, bool run_to_completion);