Searched refs:cur_count (Results 1 – 3 of 3) sorted by relevance
98 typeset cur_ace cur_count100 cur_count=$(count_ACE $node)108 if [[ "$expect_count" != "$cur_count" ]]; then109 log_fail "FAIL: '$expect_count' != '$cur_count'"
1165 int cur_count; in mt7603_fill_txs() local1168 cur_count = min_t(int, MT7603_RATE_RETRY, count); in mt7603_fill_txs()1169 count -= cur_count; in mt7603_fill_txs()1183 info->status.rates[i].count += cur_count; in mt7603_fill_txs()
1387 int cur_count; in mt7615_fill_txs() local1390 cur_count = min_t(int, MT7615_RATE_RETRY, count); in mt7615_fill_txs()1391 count -= cur_count; in mt7615_fill_txs()1405 info->status.rates[i].count += cur_count; in mt7615_fill_txs()