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'"
1168 int cur_count; in mt7603_fill_txs() local1171 cur_count = min_t(int, MT7603_RATE_RETRY, count); in mt7603_fill_txs()1172 count -= cur_count; in mt7603_fill_txs()1186 info->status.rates[i].count += cur_count; in mt7603_fill_txs()
1394 int cur_count; in mt7615_fill_txs() local1397 cur_count = min_t(int, MT7615_RATE_RETRY, count); in mt7615_fill_txs()1398 count -= cur_count; in mt7615_fill_txs()1412 info->status.rates[i].count += cur_count; in mt7615_fill_txs()