Lines Matching defs:vci
127 only the vpi vs vci bit allocation can be specified at insmod.
496 static inline int vpivci_to_channel (u16 * channel, const short vpi, const int vci) {
498 if (0 <= vpi && vpi < 1<<vpi_bits && 0 <= vci && vci < 1<<vci_bits) {
499 *channel = vpi<<vci_bits | vci;
2106 int vci = atm_vcc->vci;
2107 PRINTD (DBG_FLOW|DBG_VCC, "hrz_open %x %x", vpi, vci);
2111 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) {
2117 error = vpivci_to_channel (&channel, vpi, vci);
2119 PRINTD (DBG_WARN|DBG_VCC, "VPI/VCI out of range: %hd/%d", vpi, vci);
2740 // vpi in 0..4, vci in 6..10