Lines Matching refs:j
248 int j = MAX_THR_RATES; in minstrel_ht_sort_best_tp_rates() local
256 tmp_group = tp_list[j - 1] / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
257 tmp_idx = tp_list[j - 1] % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
263 j--; in minstrel_ht_sort_best_tp_rates()
264 } while (j > 0); in minstrel_ht_sort_best_tp_rates()
266 if (j < MAX_THR_RATES - 1) { in minstrel_ht_sort_best_tp_rates()
267 memmove(&tp_list[j + 1], &tp_list[j], (sizeof(*tp_list) * in minstrel_ht_sort_best_tp_rates()
268 (MAX_THR_RATES - (j + 1)))); in minstrel_ht_sort_best_tp_rates()
270 if (j < MAX_THR_RATES) in minstrel_ht_sort_best_tp_rates()
271 tp_list[j] = index; in minstrel_ht_sort_best_tp_rates()
385 int group, i, j; in minstrel_ht_update_stats() local
400 for(j = 0; j < MAX_THR_RATES; j++){ in minstrel_ht_update_stats()
401 tmp_mcs_tp_rate[j] = 0; in minstrel_ht_update_stats()
402 tmp_cck_tp_rate[j] = 0; in minstrel_ht_update_stats()
415 for(j = 0; j < MAX_THR_RATES; j++) in minstrel_ht_update_stats()
416 tmp_group_tp_rate[j] = group; in minstrel_ht_update_stats()
1135 int i, j; in minstrel_ht_get_expected_throughput() local
1141 j = mi->max_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_get_expected_throughput()
1144 return mi->groups[i].rates[j].cur_tp * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()