Home
last modified time | relevance | path

Searched refs:tmp_mcs_tp_rate (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Drc80211_minstrel_ht.c478 u16 tmp_mcs_tp_rate[MAX_THR_RATES], in minstrel_ht_assign_best_tp_rates()
489 tmp_group = tmp_mcs_tp_rate[0] / MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
490 tmp_idx = tmp_mcs_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
497 tmp_mcs_tp_rate); in minstrel_ht_assign_best_tp_rates()
677 u16 tmp_mcs_tp_rate[MAX_THR_RATES], tmp_group_tp_rate[MAX_THR_RATES]; in minstrel_ht_update_stats() local
706 memset(tmp_mcs_tp_rate, 0, sizeof(tmp_mcs_tp_rate)); in minstrel_ht_update_stats()
717 for (j = 0; j < ARRAY_SIZE(tmp_mcs_tp_rate); j++) in minstrel_ht_update_stats()
718 tmp_mcs_tp_rate[j] = index; in minstrel_ht_update_stats()
750 tmp_mcs_tp_rate); in minstrel_ht_update_stats()
477 minstrel_ht_assign_best_tp_rates(struct minstrel_ht_sta *mi, u16 tmp_mcs_tp_rate[MAX_THR_RATES], u16 tmp_cck_tp_rate[MAX_THR_RATES]) minstrel_ht_assign_best_tp_rates() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht.c641 u16 tmp_mcs_tp_rate[MAX_THR_RATES], in minstrel_ht_assign_best_tp_rates()
652 tmp_group = MI_RATE_GROUP(tmp_mcs_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
653 tmp_idx = MI_RATE_IDX(tmp_mcs_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
660 tmp_mcs_tp_rate); in minstrel_ht_assign_best_tp_rates()
1064 u16 tmp_mcs_tp_rate[MAX_THR_RATES], tmp_group_tp_rate[MAX_THR_RATES]; in minstrel_ht_update_stats() local
1102 for (j = 0; j < ARRAY_SIZE(tmp_mcs_tp_rate); j++) in minstrel_ht_update_stats()
1103 tmp_mcs_tp_rate[j] = index; in minstrel_ht_update_stats()
1107 u16 *tp_rate = tmp_mcs_tp_rate; in minstrel_ht_update_stats()
1153 minstrel_ht_assign_best_tp_rates(mi, tmp_mcs_tp_rate, in minstrel_ht_update_stats()
1155 memcpy(mi->max_tp_rate, tmp_mcs_tp_rate, sizeo in minstrel_ht_update_stats()
640 minstrel_ht_assign_best_tp_rates(struct minstrel_ht_sta *mi, u16 tmp_mcs_tp_rate[MAX_THR_RATES], u16 tmp_legacy_tp_rate[MAX_THR_RATES]) minstrel_ht_assign_best_tp_rates() argument
[all...]

Completed in 5 milliseconds