Lines Matching refs:mcs
2908 lq_sta->active_siso_rate = ht_cap->mcs.rx_mask[0] << 1; in rs_ht_init()
2909 lq_sta->active_siso_rate |= ht_cap->mcs.rx_mask[0] & 0x1; in rs_ht_init()
2913 lq_sta->active_mimo2_rate = ht_cap->mcs.rx_mask[1] << 1; in rs_ht_init()
2914 lq_sta->active_mimo2_rate |= ht_cap->mcs.rx_mask[1] & 0x1; in rs_ht_init()
2964 u8 nss = 0, mcs = 0; in iwl_mvm_update_frame_stats() local
2989 mcs = rate & RATE_HT_MCS_RATE_CODE_MSK; in iwl_mvm_update_frame_stats()
2993 mcs = rate & RATE_VHT_MCS_RATE_CODE_MSK; in iwl_mvm_update_frame_stats()
3498 u8 mcs = 0, nss = 0; in rs_pretty_print_rate() local
3513 mcs = rate & RATE_VHT_MCS_RATE_CODE_MSK; in rs_pretty_print_rate()
3518 mcs = rate & RATE_HT_MCS_INDEX_MSK; in rs_pretty_print_rate()
3541 type, rs_pretty_ant(ant), bw, mcs, nss, in rs_pretty_print_rate()