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()1287 if (vpi >= (1<<card->vpibits) || vci >= (1<<card->vcibits)) { in idt77252_rx_raw()1489 if (vpi >= (1 << card->vpibits) || in idt77252_tx()2404 if (vpi >= (1 << card->vpibits)) { in idt77252_open()2860 for (vpi = 0; vpi < (1 << card->vpibits); vpi++) { in open_card_oam()2902 for (vpi = 0; vpi < (1 << card->vpibits); vpi++) { in close_card_oam()3347 switch (vpibits) { in init_card()3381 card->vpibits = vpibits; in init_card()3383 card->vcibits = 10 - card->vpibits; in init_card()[all …]
1166 he_dev->vpibits = CONFIG_DEFAULT_VPIBITS; in he_start()1174 he_dev->vpibits = nvpibits; in he_start()1180 he_dev->vpibits = HE_MAXCIDBITS - nvcibits; in he_start()1246 RX_VALVP(he_dev->vpibits) | in he_start()1512 he_dev->atm_dev->ci_range.vpi_bits = he_dev->vpibits; in he_start()
713 int vpibits; member
384 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()2003 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()