Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/fddi/skfp/
Dcfm.c102 smc->y[PA].cem_pst = CEM_PST_DOWN ; in cfm_init()
103 smc->y[PB].cem_pst = CEM_PST_DOWN ; in cfm_init()
164 smc->y[np].cem_pst = CEM_PST_UP ; in cem_priv_state()
167 smc->y[np].cem_pst = CEM_PST_DOWN ; in cem_priv_state()
175 if ( smc->y[i].cem_pst == CEM_PST_HOLD && !smc->y[i].wc_flag ) { in cem_priv_state()
176 smc->y[i].cem_pst = CEM_PST_DOWN; in cem_priv_state()
179 if ( smc->y[i].cem_pst == CEM_PST_UP && smc->y[i].wc_flag ) { in cem_priv_state()
180 smc->y[i].cem_pst = CEM_PST_HOLD; in cem_priv_state()
183 if ( smc->y[i].cem_pst == CEM_PST_DOWN && smc->y[i].wc_flag ) { in cem_priv_state()
188 smc->y[i].cem_pst = CEM_PST_HOLD; in cem_priv_state()
[all …]
/linux-6.1.9/drivers/net/fddi/skfp/h/
Dsmc.h231 int cem_pst ; /* CEM private state; used for dual homing */ member