Lines Matching refs:vpi_bits
348 static unsigned short vpi_bits = 0;
497 unsigned short vci_bits = 10 - vpi_bits;
498 if (0 <= vpi && vpi < 1<<vpi_bits && 0 <= vci && vci < 1<<vci_bits) {
1923 DISCARD_UNUSED_VPI_VCI_BITS_SET | NON_USER_CELLS_IN_ONE_CHANNEL | vpi_bits);
2741 dev->atm_dev->ci_range.vpi_bits = vpi_bits;
2742 dev->atm_dev->ci_range.vci_bits = 10-vpi_bits;
2786 if (vpi_bits > HRZ_MAX_VPI)
2787 PRINTK (KERN_ERR, "vpi_bits has been limited to %hu",
2788 vpi_bits = HRZ_MAX_VPI);
2805 module_param(vpi_bits, ushort, 0);
2810 MODULE_PARM_DESC(vpi_bits, "number of bits (0..4) to allocate to VPIs");