Home
last modified time | relevance | path

Searched refs:cem_pst (Results 1 – 2 of 2) sorted by relevance

/drivers/net/skfp/
Dcfm.c112 smc->y[PA].cem_pst = CEM_PST_DOWN ; in cfm_init()
113 smc->y[PB].cem_pst = CEM_PST_DOWN ; in cfm_init()
174 smc->y[np].cem_pst = CEM_PST_UP ; in cem_priv_state()
177 smc->y[np].cem_pst = CEM_PST_DOWN ; in cem_priv_state()
185 if ( smc->y[i].cem_pst == CEM_PST_HOLD && !smc->y[i].wc_flag ) { in cem_priv_state()
186 smc->y[i].cem_pst = CEM_PST_DOWN; in cem_priv_state()
189 if ( smc->y[i].cem_pst == CEM_PST_UP && smc->y[i].wc_flag ) { in cem_priv_state()
190 smc->y[i].cem_pst = CEM_PST_HOLD; in cem_priv_state()
193 if ( smc->y[i].cem_pst == CEM_PST_DOWN && smc->y[i].wc_flag ) { in cem_priv_state()
198 smc->y[i].cem_pst = CEM_PST_HOLD; in cem_priv_state()
[all …]
/drivers/net/skfp/h/
Dsmc.h235 int cem_pst ; /* CEM privae state; used for dual homing */ member