Home
last modified time | relevance | path

Searched refs:ci_range (Results 1 – 3 of 3) sorted by relevance

/linux/net/atm/
H A Dcommon.c345 else if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
349 else if (c < ATM_NOT_RSV_VCI || c >= 1 << vcc->dev->ci_range.vci_bits) in find_ci()
361 if (c >= 1 << vcc->dev->ci_range.vci_bits) in find_ci()
367 if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
381 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC && in __vcc_connect()
382 vci != ATM_VCI_ANY && vci >> dev->ci_range.vci_bits)) in __vcc_connect()
/linux/include/linux/
H A Datmdev.h116 struct atm_cirange ci_range; /* VPI/VCI range */ member
/linux/drivers/usb/atm/
H A Dusbatm.c920 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()