Searched refs:vpi_bits (Results 1 – 13 of 13) sorted by relevance
166 if (ci.vpi_bits == ATM_CI_MAX) ci.vpi_bits = MAX_VPI_BITS; in atmtcp_v_ioctl()168 if (ci.vpi_bits > MAX_VPI_BITS || ci.vpi_bits < 0 || in atmtcp_v_ioctl()178 if ((vcc->vpi >> ci.vpi_bits) || in atmtcp_v_ioctl()374 dev->ci_range.vpi_bits = MAX_VPI_BITS; in atmtcp_create()
83 dev->ci_range.vpi_bits = 4; in adummy_start()
1710 dev->ci_range.vpi_bits = 0; in eni_do_init()2025 if ((ci.vpi_bits == 0 || ci.vpi_bits == ATM_CI_MAX) && in eni_ioctl()2026 (ci.vci_bits == NR_VCI_LD || ci.vpi_bits == ATM_CI_MAX)) in eni_ioctl()
1376 card->atmdev[i]->ci_range.vpi_bits = 8; in atm_init()
2126 atmdev->ci_range.vpi_bits = 0; in lanai_dev_open()
1510 he_dev->atm_dev->ci_range.vpi_bits = he_dev->vpibits; in he_start()
2464 atm_dev->ci_range.vpi_bits = FORE200E_VPI_BITS; in fore200e_register()
788 card->atmdev->ci_range.vpi_bits = card->vpibits; in ns_init_card()
3684 dev->ci_range.vpi_bits = card->vpibits; in idt77252_init_one()
2325 dev->ci_range.vpi_bits = 0;
170 signed char vpi_bits; /* 1..8, ATM_CI_MAX (-1) for maximum */ member
353 else if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()375 if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()389 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC && in __vcc_connect()
920 atm_dev->ci_range.vpi_bits = ATM_CI_MAX; in usbatm_atm_init()
Completed in 46 milliseconds