Lines Matching refs:vpi
220 #define he_mkcid(dev, vpi, vci) (((vpi << (dev)->vcibits) | vci) & 0x1fff) argument
333 short vpi; in __find_vcc() local
336 vpi = cid >> he_dev->vcibits; in __find_vcc()
343 vcc->vci == vci && vcc->vpi == vpi && in __find_vcc()
1721 vcc->vpi, vcc->vci); in he_service_rbrq()
1729 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq()
1753 if (vcc->vpi == 0 && vcc->vci >= ATM_NOT_RSV_VCI) { in he_service_rbrq()
1840 he_mkcid(he_dev, tpd->vcc->vpi, tpd->vcc->vci)); in he_service_tbrq()
2127 short vpi = vcc->vpi; in he_open() local
2130 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
2133 HPRINTK("open vcc %p %d.%d\n", vcc, vpi, vci); in he_open()
2137 cid = he_mkcid(he_dev, vpi, vci); in he_open()
2305 if (vpi == 0 && vci >= ATM_NOT_RSV_VCI) in he_open()
2344 HPRINTK("close vcc %p %d.%d\n", vcc, vcc->vpi, vcc->vci); in he_close()
2347 cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); in he_close()
2495 unsigned cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); in he_send()
2503 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci); in he_send()