Lines Matching refs:evc
1752 struct ext_vc *evc;
1814 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;
2131 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2142 memset((caddr_t)evc, 0, sizeof(*evc));
2151 evc++;