Lines Matching refs:streams
37 #define MCS_DURATION(streams, sgi, bps) \ argument
38 (MCS_SYMBOL_TIME(sgi, MCS_NSYMS((streams) * (bps))) / AVG_AMPDU_SIZE)
56 .streams = _streams, \
84 .streams = _streams, \
131 .streams = 0, \
485 MCS_GROUP_RATES].streams; in minstrel_ht_prob_rate_reduce_streams()
495 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
662 if (minstrel_mcs_groups[group].streams > in minstrel_downgrade_rate()
663 minstrel_mcs_groups[orig_group].streams) in minstrel_downgrade_rate()
865 idx = ((group->streams - 1) << 4) | in minstrel_ht_set_rate()
868 idx = index % MCS_GROUP_RATES + (group->streams - 1) * 8; in minstrel_ht_set_rate()
876 group->streams > 1)) { in minstrel_ht_set_rate()
970 MCS_GROUP_RATES].streams; in minstrel_get_sample_rate()
974 minstrel_mcs_groups[sample_group].streams || in minstrel_get_sample_rate()
1060 sample_group->streams); in minstrel_ht_get_rate()
1063 (sample_group->streams - 1) * 8; in minstrel_ht_get_rate()
1183 nss = minstrel_mcs_groups[i].streams; in minstrel_ht_update_caps()