Searched refs:vcibits (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Didt77252.h48 (((vpi) << card->vcibits) | ((vci) & card->vcimask))
387 unsigned int vcibits; /* Bits used for VCI index */ member in struct:idt77252_dev
H A Dhe.c230 #define he_mkcid(dev, vpi, vci) (((vpi << (dev)->vcibits) | vci) & 0x1fff)
347 vpi = cid >> he_dev->vcibits;
348 vci = cid & ((1 << he_dev->vcibits) - 1);
1224 he_dev->vcibits = CONFIG_DEFAULT_VCIBITS;
1234 he_dev->vcibits = HE_MAXCIDBITS - nvpibits;
1238 he_dev->vcibits = nvcibits;
1306 RX_VALVC(he_dev->vcibits), RC_CONFIG);
1310 TX_VCI_MASK(he_dev->vcibits) |
1585 he_dev->atm_dev->ci_range.vci_bits = he_dev->vcibits;
H A Dnicstar.c620 card->vcibits = 12 - NS_VPIBITS;
622 card->vcibits = 14 - NS_VPIBITS;
896 card->atmdev->ci_range.vci_bits = card->vcibits;
1409 vc = &(card->vcmap[vpi << card->vcibits | vci]);
1557 ns_write_sram(card, NS_RCT + (vpi << card->vcibits | vci) *
1588 addr = NS_RCT + (vcc->vpi << card->vcibits | vcc->vci) * NS_RCT_ENTRY_SIZE;
2162 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits)
2170 vc = &(card->vcmap[vpi << card->vcibits | vci]);
H A Didt77252.c1294 if (vpi >= (1<<card->vpibits) || vci >= (1<<card->vcibits)) {
1497 vci >= (1 << card->vcibits)) {
2424 if (vci >= (1 << card->vcibits)) {
3429 card->vcibits = 10 - card->vpibits;
3431 card->vcibits = 9 - card->vpibits;
3435 for (k = 0, i = 1; k < card->vcibits; k++) {
3745 dev->ci_range.vci_bits = card->vcibits;
H A Dhe.h280 unsigned int vcibits, vpibits; member in struct:he_dev
H A Dnicstar.h782 int vcibits; member in struct:ns_dev

Completed in 78 milliseconds