vci_bits 84 drivers/atm/adummy.c dev->ci_range.vci_bits = 12; vci_bits 2253 drivers/atm/ambassador.c dev->atm_dev->ci_range.vci_bits = NUM_VCI_BITS; vci_bits 167 drivers/atm/atmtcp.c if (ci.vci_bits == ATM_CI_MAX) ci.vci_bits = MAX_VCI_BITS; vci_bits 169 drivers/atm/atmtcp.c ci.vci_bits > MAX_VCI_BITS || ci.vci_bits < 0) return -EINVAL; vci_bits 179 drivers/atm/atmtcp.c (vcc->vci >> ci.vci_bits)) { vci_bits 375 drivers/atm/atmtcp.c dev->ci_range.vci_bits = MAX_VCI_BITS; vci_bits 1713 drivers/atm/eni.c dev->ci_range.vci_bits = NR_VCI_LD; vci_bits 2028 drivers/atm/eni.c (ci.vci_bits == NR_VCI_LD || ci.vpi_bits == ATM_CI_MAX)) vci_bits 1771 drivers/atm/firestream.c dev->atm_dev->ci_range.vci_bits = 16; vci_bits 1780 drivers/atm/firestream.c dev->atm_dev->ci_range.vci_bits = FS155_VCI_BITS; vci_bits 2492 drivers/atm/fore200e.c atm_dev->ci_range.vci_bits = FORE200E_VCI_BITS; vci_bits 1514 drivers/atm/he.c he_dev->atm_dev->ci_range.vci_bits = he_dev->vcibits; vci_bits 497 drivers/atm/horizon.c unsigned short vci_bits = 10 - vpi_bits; vci_bits 498 drivers/atm/horizon.c if (0 <= vpi && vpi < 1<<vpi_bits && 0 <= vci && vci < 1<<vci_bits) { vci_bits 499 drivers/atm/horizon.c *channel = vpi<<vci_bits | vci; vci_bits 2782 drivers/atm/horizon.c dev->atm_dev->ci_range.vci_bits = 10-vpi_bits; vci_bits 3690 drivers/atm/idt77252.c dev->ci_range.vci_bits = card->vcibits; vci_bits 2325 drivers/atm/iphase.c dev->ci_range.vci_bits = NR_VCI_LD; vci_bits 2346 drivers/atm/iphase.c dev->ci_range.vci_bits = NR_VCI_4K_LD; vci_bits 2128 drivers/atm/lanai.c atmdev->ci_range.vci_bits = 0; vci_bits 2129 drivers/atm/lanai.c while (1 << atmdev->ci_range.vci_bits < lanai->num_vci) vci_bits 2130 drivers/atm/lanai.c atmdev->ci_range.vci_bits++; vci_bits 787 drivers/atm/nicstar.c card->atmdev->ci_range.vci_bits = card->vcibits; vci_bits 1379 drivers/atm/solos-pci.c card->atmdev[i]->ci_range.vci_bits = 16; vci_bits 612 drivers/atm/zatm.c zpokel(zatm_dev,(1 << dev->ci_range.vci_bits)-1,uPD98401_VRR); vci_bits 1290 drivers/atm/zatm.c dev->ci_range.vci_bits = ld; vci_bits 919 drivers/usb/atm/usbatm.c atm_dev->ci_range.vci_bits = ATM_CI_MAX; vci_bits 171 include/uapi/linux/atmdev.h signed char vci_bits; /* 1..16, ATM_CI_MAX (-1) for maximum */ vci_bits 357 net/atm/common.c else if (c < ATM_NOT_RSV_VCI || c >= 1 << vcc->dev->ci_range.vci_bits) vci_bits 369 net/atm/common.c if (c >= 1 << vcc->dev->ci_range.vci_bits) vci_bits 390 net/atm/common.c vci != ATM_VCI_ANY && vci >> dev->ci_range.vci_bits))