Searched refs:vpibits (Results 1 – 6 of 6) sorted by relevance
60 static unsigned int vpibits = 1; variable1045 if ((vpi >= (1 << card->vpibits)) || (vci != (vci & card->vcimask))) { in dequeue_rx()1286 if (vpi >= (1<<card->vpibits) || vci >= (1<<card->vcibits)) { in idt77252_rx_raw()1486 if (vpi >= (1 << card->vpibits) || in idt77252_tx()2394 if (vpi >= (1 << card->vpibits)) { in idt77252_open()2850 for (vpi = 0; vpi < (1 << card->vpibits); vpi++) { in open_card_oam()2892 for (vpi = 0; vpi < (1 << card->vpibits); vpi++) { in close_card_oam()3346 switch (vpibits) { in init_card()3380 card->vpibits = vpibits; in init_card()3382 card->vcibits = 10 - card->vpibits; in init_card()[all …]
714 int vpibits; member
1164 he_dev->vpibits = CONFIG_DEFAULT_VPIBITS; in he_start()1172 he_dev->vpibits = nvpibits; in he_start()1178 he_dev->vpibits = HE_MAXCIDBITS - nvcibits; in he_start()1244 RX_VALVP(he_dev->vpibits) | in he_start()1510 he_dev->atm_dev->ci_range.vpi_bits = he_dev->vpibits; in he_start()
387 unsigned int vpibits; /* Bits used for VPI index */ member
261 unsigned int vcibits, vpibits; member
517 card->vpibits = NS_VPIBITS; in ns_init_card()788 card->atmdev->ci_range.vpi_bits = card->vpibits; in ns_init_card()2010 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()