Lines Matching defs:vci
56 Only AAL5 is supported with vpi = 0 and vci in the range 0 to 1023.
1013 int vci = atm_vcc->vci;
1015 PRINTD (DBG_FLOW|DBG_VCC, "amb_open %x %x", vpi, vci);
1019 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) {
1026 0 <= vci && vci < (1<<NUM_VCI_BITS))) {
1027 PRINTD (DBG_WARN|DBG_VCC, "VPI/VCI out of range: %hd/%d", vpi, vci);
1143 if (dev->rxer[vci]) {
1146 cmd.args.modify_rate.vc = cpu_to_be32 (vci); // vpi 0
1152 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
1154 ( (AMB_VCC(dev->rxer[vci])->rx_info.pool << SRB_POOL_SHIFT)
1161 cmd.args.open.vc = cpu_to_be32 (vci); // vpi 0
1167 dev->txer[vci].tx_present = 1;
1183 if (dev->txer[vci].tx_present) {
1187 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
1190 | (dev->txer[vci].tx_vc_bits << SRB_FLAGS_SHIFT) );
1194 cmd.args.open.vc = cpu_to_be32 (vci); // vpi 0
1201 dev->rxer[vci] = atm_vcc;
1216 u16 vci = atm_vcc->vci;
1228 if (dev->rxer[vci]) {
1231 cmd.args.modify_rate.vc = cpu_to_be32 (vci); // vpi 0
1237 cmd.args.close.vc = cpu_to_be32 (vci); // vpi 0
1239 dev->txer[vci].tx_present = 0;
1253 if (dev->txer[vci].tx_present) {
1256 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
1258 (dev->txer[vci].tx_vc_bits << SRB_FLAGS_SHIFT);
1262 cmd.args.close.vc = cpu_to_be32 (vci); // vpi 0
1265 if (atm_vcc != dev->rxer[vci])
1266 PRINTK (KERN_ERR, "%s vcc=%p rxer[vci]=%p",
1268 vcc, dev->rxer[vci]);
1269 dev->rxer[vci] = NULL;
1296 u16 vc = atm_vcc->vci;
2251 // 0 bits for vpi, 10 bits for vci