Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/fddi/skfp/
Dsrf.c94 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
108 smc->evcs[0].evc_cond_state = &smc->mib.fddiSMTPeerWrapFlag ; in smt_init_evc()
109 smc->evcs[1].evc_cond_state = in smt_init_evc()
111 smc->evcs[2].evc_cond_state = in smt_init_evc()
113 smc->evcs[3].evc_cond_state = in smt_init_evc()
127 smc->evcs[offset + 0*NUMPHYS].evc_cond_state = in smt_init_evc()
129 smc->evcs[offset + 1*NUMPHYS].evc_cond_state = in smt_init_evc()
144 if (!evc->evc_cond_state) { in smt_init_evc()
153 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
211 if (*evc->evc_cond_state == cond) in smt_srf_event()
[all …]
/linux-3.4.99/drivers/net/fddi/skfp/h/
Dsmc.h322 u_char *evc_cond_state ; /* condition state */ member