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()
941 if (!(mg->supported & BIT(sample_idx))) in minstrel_get_sample_rate()
991 u8 supported = mi->groups[MINSTREL_CCK_GROUP].supported; in minstrel_ht_check_cck_shortpreamble() local
993 if (!supported || !mi->cck_supported_short) in minstrel_ht_check_cck_shortpreamble()
996 if (supported & (mi->cck_supported_short << (val * 4))) in minstrel_ht_check_cck_shortpreamble()
999 supported ^= mi->cck_supported_short | (mi->cck_supported_short << 4); in minstrel_ht_check_cck_shortpreamble()
1000 mi->groups[MINSTREL_CCK_GROUP].supported = supported; in minstrel_ht_check_cck_shortpreamble()
1093 mi->groups[MINSTREL_CCK_GROUP].supported = mi->cck_supported; in minstrel_ht_update_cck()
1163 mi->groups[i].supported = 0; in minstrel_ht_update_caps()
1195 mi->groups[i].supported = mcs->rx_mask[nss - 1]; in minstrel_ht_update_caps()
1196 if (mi->groups[i].supported) in minstrel_ht_update_caps()
1222 mi->groups[i].supported = minstrel_get_valid_vht_rates(bw, nss, in minstrel_ht_update_caps()
1225 if (mi->groups[i].supported) in minstrel_ht_update_caps()