Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/ipmi/
Dipmi_si_sm.h72 SI_SM_IDLE, /* The SM is in idle state. */ enumerator
Dipmi_si_intf.c363 rv = SI_SM_IDLE; in start_next_msg()
819 if (si_sm_result == SI_SM_IDLE) { in smi_event_handler()
823 if (si_sm_result != SI_SM_IDLE) in smi_event_handler()
827 if ((si_sm_result == SI_SM_IDLE) in smi_event_handler()
893 while (result != SI_SM_IDLE) { in sender()
927 while (result != SI_SM_IDLE) { in set_run_to_completion()
1005 if (smi_result != SI_SM_IDLE && !smi_info->timer_running) in ipmi_thread()
1015 else if (smi_result == SI_SM_IDLE) in ipmi_thread()
1097 if (smi_result != SI_SM_IDLE) in smi_timeout()
Dipmi_kcs_sm.c371 return SI_SM_IDLE; in kcs_event()
Dipmi_smic_sm.c380 return SI_SM_IDLE; in smic_event()
Dipmi_bt_sm.c530 BT_SI_SM_RETURN(SI_SM_IDLE); in bt_event()