Lines Matching refs:mcs
2690 lq_sta->active_siso_rate = ht_cap->mcs.rx_mask[0] << 1; in rs_ht_init()
2691 lq_sta->active_siso_rate |= ht_cap->mcs.rx_mask[0] & 0x1; in rs_ht_init()
2695 lq_sta->active_mimo2_rate = ht_cap->mcs.rx_mask[1] << 1; in rs_ht_init()
2696 lq_sta->active_mimo2_rate |= ht_cap->mcs.rx_mask[1] & 0x1; in rs_ht_init()
2746 u8 nss = 0, mcs = 0; in iwl_mvm_update_frame_stats() local
2771 mcs = rate & RATE_HT_MCS_RATE_CODE_MSK; in iwl_mvm_update_frame_stats()
2775 mcs = rate & RATE_VHT_MCS_RATE_CODE_MSK; in iwl_mvm_update_frame_stats()
3286 u8 mcs = 0, nss = 0; in rs_pretty_print_rate() local
3301 mcs = rate & RATE_VHT_MCS_RATE_CODE_MSK; in rs_pretty_print_rate()
3306 mcs = rate & RATE_HT_MCS_INDEX_MSK; in rs_pretty_print_rate()
3329 type, rs_pretty_ant(ant), bw, mcs, nss, in rs_pretty_print_rate()