Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/
Dsrf.c74 struct s_srf_evc *evc ; in smt_init_evc() local
84 evc = smc->evcs ; in smt_init_evc()
89 evc->evc_code = init->code ; in smt_init_evc()
90 evc->evc_para = init->para ; in smt_init_evc()
91 evc->evc_index = init->index + index ; in smt_init_evc()
93 evc->evc_multiple = &fail_safe ; in smt_init_evc()
94 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
96 evc++ ; in smt_init_evc()
101 if ((unsigned int) (evc - smc->evcs) > MAX_EVCS) { in smt_init_evc()
142 for (i = 0, evc = smc->evcs ; i < MAX_EVCS ; i++, evc++) { in smt_init_evc()
[all …]
/drivers/atm/
Diphase.c1751 struct ext_vc *evc; local
1813 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
1815 evc += vcc->vci;
1817 memset((caddr_t)evc, 0, sizeof(*evc));
1824 evc->atm_hdr1 = (vcc->vci >> 12) & 0x000f;
1825 evc->atm_hdr2 = (vcc->vci & 0x0fff) << 4;
1911 struct ext_vc *evc; local
2127 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2136 memset((caddr_t)evc, 0, sizeof(*evc));
2145 evc++;