Searched refs:ATM_CI_MAX (Results 1 – 4 of 4) sorted by relevance
167 #define ATM_CI_MAX -1 /* use maximum range of VPI/VCI */ macro
166 if (ci.vpi_bits == ATM_CI_MAX) ci.vpi_bits = MAX_VPI_BITS; in atmtcp_v_ioctl()167 if (ci.vci_bits == ATM_CI_MAX) ci.vci_bits = MAX_VCI_BITS; in atmtcp_v_ioctl()
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()
920 atm_dev->ci_range.vpi_bits = ATM_CI_MAX; in usbatm_atm_init()921 atm_dev->ci_range.vci_bits = ATM_CI_MAX; in usbatm_atm_init()