Home
last modified time | relevance | path

Searched refs:total_success (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/map_tests/
H A Darray_map_batch_ops.c73 __u32 count, total, total_success; in __test_map_lookup_and_update_batch() local
99 total_success = 0; in __test_map_lookup_and_update_batch()
132 total_success++; in __test_map_lookup_and_update_batch()
135 CHECK(total_success == 0, "check total_success", in __test_map_lookup_and_update_batch()
H A Dlpm_trie_map_batch_ops.c71 __u32 step, count, total, total_success; in test_lpm_trie_map_batch_ops() local
92 total_success = 0; in test_lpm_trie_map_batch_ops()
143 total_success++; in test_lpm_trie_map_batch_ops()
146 CHECK(total_success == 0, "check total_success", in test_lpm_trie_map_batch_ops()
H A Dhtab_map_batch_ops.c79 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local
140 total_success = 0; in __test_map_lookup_and_delete_batch()
250 total_success++; in __test_map_lookup_and_delete_batch()
253 CHECK(total_success == 0, "check total_success", in __test_map_lookup_and_delete_batch()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c921 lq_sta->total_success += info->status.ampdu_ack_len; in il4965_rs_tx_status()
959 lq_sta->total_success += legacy_success; in il4965_rs_tx_status()
996 lq_sta->total_success = 0; in il4965_rs_set_stay_in_table()
1657 lq_sta->total_success > lq_sta->max_success_limit || in il4965_rs_stay_in_table()
1661 lq_sta->total_failed, lq_sta->total_success, in il4965_rs_stay_in_table()
1667 lq_sta->total_success = 0; in il4965_rs_stay_in_table()
2583 lq_sta->total_failed, lq_sta->total_success, in il4965_rs_sta_dbgfs_scale_table_read()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h332 u32 total_success; /* total successful frames, any/all rates */ member
H A Drs.c982 lq_sta->total_success += info->status.ampdu_ack_len; in rs_tx_status()
1017 lq_sta->total_success += legacy_success; in rs_tx_status()
1056 lq_sta->total_success = 0; in rs_set_stay_in_table()
2094 (lq_sta->total_success > lq_sta->max_success_limit) || in rs_stay_in_table()
2099 lq_sta->total_success, in rs_stay_in_table()
2105 lq_sta->total_success = 0; in rs_stay_in_table()
3098 lq_sta->total_failed, lq_sta->total_success, in rs_sta_dbgfs_scale_table_read()