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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c2164 int tst_free, tst_used, tst_entries; local
2189 tst_entries = (int) (tmpl / card->utopia_pcr);
2192 tst_entries++;
2194 tst_entries = tst_free - SAR_TST_RESERVED;
2195 if (tst_entries <= 0) {
2201 if (tst_entries == 0) {
2207 if (tst_entries > (tst_free - SAR_TST_RESERVED)) {
2212 vc->ntste = tst_entries;
2214 card->tst_free = tst_free - tst_entries;
2216 if (tst_used == tst_entries)
3308 unsigned int tst_entries; local
[all...]

Completed in 130 milliseconds