Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fddi/skfp/
Dcfm.c110 smc->y[PA].cem_pst = CEM_PST_DOWN ; in cfm_init()
111 smc->y[PB].cem_pst = CEM_PST_DOWN ; in cfm_init()
172 smc->y[np].cem_pst = CEM_PST_UP ; in cem_priv_state()
175 smc->y[np].cem_pst = CEM_PST_DOWN ; in cem_priv_state()
183 if ( smc->y[i].cem_pst == CEM_PST_HOLD && !smc->y[i].wc_flag ) { in cem_priv_state()
184 smc->y[i].cem_pst = CEM_PST_DOWN; in cem_priv_state()
187 if ( smc->y[i].cem_pst == CEM_PST_UP && smc->y[i].wc_flag ) { in cem_priv_state()
188 smc->y[i].cem_pst = CEM_PST_HOLD; in cem_priv_state()
191 if ( smc->y[i].cem_pst == CEM_PST_DOWN && smc->y[i].wc_flag ) { in cem_priv_state()
196 smc->y[i].cem_pst = CEM_PST_HOLD; in cem_priv_state()
[all …]
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dsmc.h235 int cem_pst ; /* CEM privae state; used for dual homing */ member