Searched refs:vcibits (Results 1 – 6 of 6) sorted by relevance
44 (((vpi) << card->vcibits) | ((vci) & card->vcimask))388 unsigned int vcibits; /* Bits used for VCI index */ member
220 #define he_mkcid(dev, vpi, vci) (((vpi << (dev)->vcibits) | vci) & 0x1fff)336 vpi = cid >> he_dev->vcibits; in __find_vcc()337 vci = cid & ((1 << he_dev->vcibits) - 1); in __find_vcc()1163 he_dev->vcibits = CONFIG_DEFAULT_VCIBITS; in he_start()1173 he_dev->vcibits = HE_MAXCIDBITS - nvpibits; in he_start()1177 he_dev->vcibits = nvcibits; in he_start()1245 RX_VALVC(he_dev->vcibits), RC_CONFIG); in he_start()1249 TX_VCI_MASK(he_dev->vcibits) | in he_start()1511 he_dev->atm_dev->ci_range.vci_bits = he_dev->vcibits; in he_start()
519 card->vcibits = 12 - NS_VPIBITS; in ns_init_card()521 card->vcibits = 14 - NS_VPIBITS; in ns_init_card()789 card->atmdev->ci_range.vci_bits = card->vcibits; in ns_init_card()1251 vc = &(card->vcmap[vpi << card->vcibits | vci]); in ns_open()1398 (vpi << card->vcibits | vci) * in ns_open()1428 (vcc->vpi << card->vcibits | vcc->vci) * NS_RCT_ENTRY_SIZE; in ns_close()2010 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()2017 vc = &(card->vcmap[vpi << card->vcibits | vci]); in dequeue_rx()
1287 if (vpi >= (1<<card->vpibits) || vci >= (1<<card->vcibits)) { in idt77252_rx_raw()1488 vci >= (1 << card->vcibits)) { in idt77252_tx()2400 if (vci >= (1 << card->vcibits)) { in idt77252_open()3383 card->vcibits = 10 - card->vpibits; in init_card()3385 card->vcibits = 9 - card->vpibits; in init_card()3389 for (k = 0, i = 1; k < card->vcibits; k++) { in init_card()3699 dev->ci_range.vci_bits = card->vcibits; in idt77252_init_one()
715 int vcibits; member
261 unsigned int vcibits, vpibits; member