Lines Matching refs:tst_entries
2141 int tst_free, tst_used, tst_entries; in idt77252_init_cbr() local
2166 tst_entries = (int) (tmpl / card->utopia_pcr); in idt77252_init_cbr()
2169 tst_entries++; in idt77252_init_cbr()
2171 tst_entries = tst_free - SAR_TST_RESERVED; in idt77252_init_cbr()
2172 if (tst_entries <= 0) { in idt77252_init_cbr()
2178 if (tst_entries == 0) { in idt77252_init_cbr()
2184 if (tst_entries > (tst_free - SAR_TST_RESERVED)) { in idt77252_init_cbr()
2189 vc->ntste = tst_entries; in idt77252_init_cbr()
2191 card->tst_free = tst_free - tst_entries; in idt77252_init_cbr()
2193 if (tst_used == tst_entries) in idt77252_init_cbr()
2197 card->name, tst_used, tst_entries); in idt77252_init_cbr()
2198 change_tst(card, vc, tst_entries, TSTE_OPC_CBR); in idt77252_init_cbr()
2202 OPRINTK("%s: setting %d entries in TST.\n", card->name, tst_entries); in idt77252_init_cbr()
2203 fill_tst(card, vc, tst_entries, TSTE_OPC_CBR); in idt77252_init_cbr()
3255 unsigned int tst_entries; in init_card() local
3479 tst_entries = (int) (tmpl / (unsigned long)card->utopia_pcr); in init_card()
3481 tst_entries++; in init_card()
3482 card->tst_free -= tst_entries; in init_card()
3483 fill_tst(card, NULL, tst_entries, TSTE_OPC_NULL); in init_card()