Searched refs:smi_result (Results 1 – 1 of 1) sorted by relevance
949 static int ipmi_thread_busy_wait(enum si_sm_result smi_result, in ipmi_thread_busy_wait() argument957 if (max_busy_us == 0 || smi_result != SI_SM_CALL_WITH_DELAY) in ipmi_thread_busy_wait()987 enum si_sm_result smi_result; in ipmi_thread() local996 smi_result = smi_event_handler(smi_info, 0); in ipmi_thread()1005 if (smi_result != SI_SM_IDLE && !smi_info->timer_running) in ipmi_thread()1009 busy_wait = ipmi_thread_busy_wait(smi_result, smi_info, in ipmi_thread()1011 if (smi_result == SI_SM_CALL_WITHOUT_DELAY) in ipmi_thread()1013 else if (smi_result == SI_SM_CALL_WITH_DELAY && busy_wait) in ipmi_thread()1015 else if (smi_result == SI_SM_IDLE) in ipmi_thread()1058 enum si_sm_result smi_result; in smi_timeout() local[all …]