Lines Matching refs:supported
304 if (!(mi->groups[group].supported & BIT(idx))) in minstrel_ht_get_stats()
488 if (!mg->supported || group == MINSTREL_CCK_GROUP) in minstrel_ht_prob_rate_reduce_streams()
542 if (!mg->supported) in minstrel_ht_update_stats()
552 if (!(mg->supported & BIT(i))) in minstrel_ht_update_stats()
638 if (!mg->supported) in minstrel_set_next_sample_idx()
659 if (!mi->groups[group].supported) in minstrel_downgrade_rate()
935 if (!(mg->supported & BIT(sample_idx))) in minstrel_get_sample_rate()
985 u8 supported = mi->groups[MINSTREL_CCK_GROUP].supported; in minstrel_ht_check_cck_shortpreamble() local
987 if (!supported || !mi->cck_supported_short) in minstrel_ht_check_cck_shortpreamble()
990 if (supported & (mi->cck_supported_short << (val * 4))) in minstrel_ht_check_cck_shortpreamble()
993 supported ^= mi->cck_supported_short | (mi->cck_supported_short << 4); in minstrel_ht_check_cck_shortpreamble()
994 mi->groups[MINSTREL_CCK_GROUP].supported = supported; in minstrel_ht_check_cck_shortpreamble()
1087 mi->groups[MINSTREL_CCK_GROUP].supported = mi->cck_supported; in minstrel_ht_update_cck()
1157 mi->groups[i].supported = 0; in minstrel_ht_update_caps()
1189 mi->groups[i].supported = mcs->rx_mask[nss - 1]; in minstrel_ht_update_caps()
1190 if (mi->groups[i].supported) in minstrel_ht_update_caps()
1216 mi->groups[i].supported = minstrel_get_valid_vht_rates(bw, nss, in minstrel_ht_update_caps()
1219 if (mi->groups[i].supported) in minstrel_ht_update_caps()