Searched refs:evc (Results 1 – 2 of 2) sorted by relevance
65 struct s_srf_evc *evc ; in smt_init_evc() local75 evc = smc->evcs ; in smt_init_evc()80 evc->evc_code = init->code ; in smt_init_evc()81 evc->evc_para = init->para ; in smt_init_evc()82 evc->evc_index = init->index + index ; in smt_init_evc()84 evc->evc_multiple = &fail_safe ; in smt_init_evc()85 evc->evc_cond_state = &fail_safe ; in smt_init_evc()87 evc++ ; in smt_init_evc()92 if ((unsigned int) (evc - smc->evcs) > MAX_EVCS) { in smt_init_evc()133 for (i = 0, evc = smc->evcs ; i < MAX_EVCS ; i++, evc++) { in smt_init_evc()[all …]
1752 struct ext_vc *evc; local1814 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR; 1816 evc += vcc->vci; 1818 memset((caddr_t)evc, 0, sizeof(*evc)); 1825 evc->atm_hdr1 = (vcc->vci >> 12) & 0x000f; 1826 evc->atm_hdr2 = (vcc->vci & 0x0fff) << 4; 1912 struct ext_vc *evc; local2131 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR; 2142 memset((caddr_t)evc, 0, sizeof(*evc)); 2151 evc++;