Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_sm.h34 SI_SM_IDLE, /* The SM is in idle state. */ enumerator
H A Dipmi_si_intf.c316 rv = SI_SM_IDLE; in start_next_msg()
826 if (si_sm_result == SI_SM_IDLE) { in smi_event_handler()
830 if (si_sm_result != SI_SM_IDLE) in smi_event_handler()
834 if ((si_sm_result == SI_SM_IDLE) in smi_event_handler()
860 if (si_sm_result == SI_SM_IDLE && smi_info->timer_running) { in smi_event_handler()
893 while (result != SI_SM_IDLE) { in flush_messages()
996 if (smi_result != SI_SM_IDLE && !smi_info->timer_running) in ipmi_thread()
1015 } else if (smi_result == SI_SM_IDLE) { in ipmi_thread()
1110 if (smi_result != SI_SM_IDLE) in smi_timeout()
H A Dipmi_kcs_sm.c362 return SI_SM_IDLE; in kcs_event()
H A Dipmi_smic_sm.c362 return SI_SM_IDLE; in smic_event()
H A Dipmi_bt_sm.c505 BT_SI_SM_RETURN(SI_SM_IDLE); in bt_event()