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()1166 he_dev->vcibits = CONFIG_DEFAULT_VCIBITS; in he_start()1176 he_dev->vcibits = HE_MAXCIDBITS - nvpibits; in he_start()1180 he_dev->vcibits = nvcibits; in he_start()1248 RX_VALVC(he_dev->vcibits), RC_CONFIG); in he_start()1252 TX_VCI_MASK(he_dev->vcibits) | in he_start()1514 he_dev->atm_dev->ci_range.vci_bits = he_dev->vcibits; in he_start()
517 card->vcibits = 12 - NS_VPIBITS; in ns_init_card()519 card->vcibits = 14 - NS_VPIBITS; in ns_init_card()787 card->atmdev->ci_range.vci_bits = card->vcibits; in ns_init_card()1253 vc = &(card->vcmap[vpi << card->vcibits | vci]); in ns_open()1400 (vpi << card->vcibits | vci) * in ns_open()1430 (vcc->vpi << card->vcibits | vcc->vci) * NS_RCT_ENTRY_SIZE; in ns_close()2000 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()2007 vc = &(card->vcmap[vpi << card->vcibits | vci]); in dequeue_rx()
1285 if (vpi >= (1<<card->vpibits) || vci >= (1<<card->vcibits)) { in idt77252_rx_raw()1486 vci >= (1 << card->vcibits)) { in idt77252_tx()2404 if (vci >= (1 << card->vcibits)) { in idt77252_open()3374 card->vcibits = 10 - card->vpibits; in init_card()3376 card->vcibits = 9 - card->vpibits; in init_card()3380 for (k = 0, i = 1; k < card->vcibits; k++) { in init_card()3690 dev->ci_range.vci_bits = card->vcibits; in idt77252_init_one()
715 int vcibits; member
261 unsigned int vcibits, vpibits; member