Searched refs:ATM_CI_MAX (Results 1 – 4 of 4) sorted by relevance
166 #define ATM_CI_MAX -1 /* use maximum range of VPI/VCI */ macro
165 if (ci.vpi_bits == ATM_CI_MAX) ci.vpi_bits = MAX_VPI_BITS; in atmtcp_v_ioctl()166 if (ci.vci_bits == ATM_CI_MAX) ci.vci_bits = MAX_VCI_BITS; in atmtcp_v_ioctl()
2024 if ((ci.vpi_bits == 0 || ci.vpi_bits == ATM_CI_MAX) && in eni_ioctl()2025 (ci.vci_bits == NR_VCI_LD || ci.vpi_bits == ATM_CI_MAX)) in eni_ioctl()
934 atm_dev->ci_range.vpi_bits = ATM_CI_MAX; in usbatm_atm_init()935 atm_dev->ci_range.vci_bits = ATM_CI_MAX; in usbatm_atm_init()