Lines Matching refs:evc
1751 struct ext_vc *evc;
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;
2130 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2141 memset((caddr_t)evc, 0, sizeof(*evc));
2150 evc++;