Searched refs:vpibits (Results 1 – 6 of 6) sorted by relevance
60 static unsigned int vpibits = 1; variable1044 if ((vpi >= (1 << card->vpibits)) || (vci != (vci & card->vcimask))) { in dequeue_rx()1285 if (vpi >= (1<<card->vpibits) || vci >= (1<<card->vcibits)) { in idt77252_rx_raw()1485 if (vpi >= (1 << card->vpibits) || in idt77252_tx()2399 if (vpi >= (1 << card->vpibits)) { in idt77252_open()2855 for (vpi = 0; vpi < (1 << card->vpibits); vpi++) { in open_card_oam()2897 for (vpi = 0; vpi < (1 << card->vpibits); vpi++) { in close_card_oam()3338 switch (vpibits) { in init_card()3372 card->vpibits = vpibits; in init_card()3374 card->vcibits = 10 - card->vpibits; in init_card()[all …]
714 int vpibits; member
1167 he_dev->vpibits = CONFIG_DEFAULT_VPIBITS; in he_start()1175 he_dev->vpibits = nvpibits; in he_start()1181 he_dev->vpibits = HE_MAXCIDBITS - nvcibits; in he_start()1247 RX_VALVP(he_dev->vpibits) | in he_start()1513 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
515 card->vpibits = NS_VPIBITS; in ns_init_card()786 card->atmdev->ci_range.vpi_bits = card->vpibits; in ns_init_card()2000 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()