Searched refs:tmp_prob (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 388 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local 399 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_sort_best_tp_rates() 401 tmp_prob); in minstrel_ht_sort_best_tp_rates() 403 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob)) in minstrel_ht_sort_best_tp_rates() 424 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local 436 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate() 437 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate() 462 if (mrs->prob_avg > tmp_prob) in minstrel_ht_set_best_prob_rate() 481 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local 486 tmp_prob in minstrel_ht_assign_best_tp_rates() 511 int tmp_max_streams, group, tmp_idx, tmp_prob; minstrel_ht_prob_rate_reduce_streams() local [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 542 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local 553 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_sort_best_tp_rates() 555 tmp_prob); in minstrel_ht_sort_best_tp_rates() 557 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob)) in minstrel_ht_sort_best_tp_rates() 578 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local 591 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate() 592 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate() 625 if (mrs->prob_avg > tmp_prob) in minstrel_ht_set_best_prob_rate() 644 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local 649 tmp_prob in minstrel_ht_assign_best_tp_rates() 674 int tmp_max_streams, group, tmp_idx, tmp_prob; minstrel_ht_prob_rate_reduce_streams() local [all...] |
Completed in 4 milliseconds