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()
1716 vcc->vpi, vcc->vci); in he_service_rbrq()
1724 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq()
1748 if (vcc->vpi == 0 && vcc->vci >= ATM_NOT_RSV_VCI) { in he_service_rbrq()
1835 he_mkcid(he_dev, tpd->vcc->vpi, tpd->vcc->vci)); in he_service_tbrq()
2122 short vpi = vcc->vpi; in he_open() local
2125 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
2128 HPRINTK("open vcc %p %d.%d\n", vcc, vpi, vci); in he_open()
2132 cid = he_mkcid(he_dev, vpi, vci); in he_open()
2300 if (vpi == 0 && vci >= ATM_NOT_RSV_VCI) in he_open()
2339 HPRINTK("close vcc %p %d.%d\n", vcc, vcc->vpi, vcc->vci); in he_close()
2342 cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); in he_close()
2490 unsigned cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); in he_send()
2498 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci); in he_send()