Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/fddi/skfp/
Dsrf.c85 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
99 smc->evcs[0].evc_cond_state = &smc->mib.fddiSMTPeerWrapFlag ; in smt_init_evc()
100 smc->evcs[1].evc_cond_state = in smt_init_evc()
102 smc->evcs[2].evc_cond_state = in smt_init_evc()
104 smc->evcs[3].evc_cond_state = in smt_init_evc()
118 smc->evcs[offset + 0*NUMPHYS].evc_cond_state = in smt_init_evc()
120 smc->evcs[offset + 1*NUMPHYS].evc_cond_state = in smt_init_evc()
135 if (!evc->evc_cond_state) { in smt_init_evc()
144 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
200 if (*evc->evc_cond_state == cond) in smt_srf_event()
[all …]
/linux-6.6.21/drivers/net/fddi/skfp/h/
Dsmc.h318 u_char *evc_cond_state ; /* condition state */ member