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

/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_si_intf.c377 rv = SI_SM_IDLE;
832 if (si_sm_result == SI_SM_IDLE) {
836 if (si_sm_result != SI_SM_IDLE)
840 if ((si_sm_result == SI_SM_IDLE)
919 while (result != SI_SM_IDLE) {
948 while (result != SI_SM_IDLE) {
1025 else if (smi_result == SI_SM_IDLE)
1108 if (smi_result != SI_SM_IDLE)
H A Dipmi_kcs_sm.c370 return SI_SM_IDLE;
H A Dipmi_smic_sm.c380 return SI_SM_IDLE;
H A Dipmi_bt_sm.c530 BT_SI_SM_RETURN(SI_SM_IDLE);

Completed in 330 milliseconds