Searched refs:SI_SM_IDLE (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_si_sm.h72 SI_SM_IDLE, /* The SM is in idle state. */ enumerator in enum:si_sm_result
H A Dipmi_kcs_sm.c371 return SI_SM_IDLE; kcs_event()
H A Dipmi_si_intf.c389 rv = SI_SM_IDLE; start_next_msg()
905 if (si_sm_result == SI_SM_IDLE) { smi_event_handler()
909 if (si_sm_result != SI_SM_IDLE) smi_event_handler()
913 if ((si_sm_result == SI_SM_IDLE) smi_event_handler()
939 if (si_sm_result == SI_SM_IDLE && smi_info->timer_running) { smi_event_handler()
972 while (result != SI_SM_IDLE) { flush_messages()
1089 if (smi_result != SI_SM_IDLE && !smi_info->timer_running) ipmi_thread()
1099 else if (smi_result == SI_SM_IDLE) { ipmi_thread()
1192 if (smi_result != SI_SM_IDLE) smi_timeout()
H A Dipmi_smic_sm.c380 return SI_SM_IDLE; smic_event()
H A Dipmi_bt_sm.c530 BT_SI_SM_RETURN(SI_SM_IDLE); bt_event()

Completed in 265 milliseconds