Lines Matching full:nss

846 	u8 nss;  in rs_rate_from_ucode_rate()  local
883 nss = ((ucode_rate & RATE_HT_MCS_NSS_MSK_V1) >> in rs_rate_from_ucode_rate()
886 if (nss == 1) { in rs_rate_from_ucode_rate()
891 } else if (nss == 2) { in rs_rate_from_ucode_rate()
898 nss = FIELD_GET(RATE_MCS_NSS_MSK, ucode_rate) + 1; in rs_rate_from_ucode_rate()
900 if (nss == 1) { in rs_rate_from_ucode_rate()
905 } else if (nss == 2) { in rs_rate_from_ucode_rate()
912 nss = FIELD_GET(RATE_MCS_NSS_MSK, ucode_rate) + 1; in rs_rate_from_ucode_rate()
914 if (nss == 1) { in rs_rate_from_ucode_rate()
918 } else if (nss == 2) { in rs_rate_from_ucode_rate()
1382 * Don't use 160 MHz if VHT extended NSS support in rs_bw_from_sta_bw()
2740 int nss) in rs_vht_highest_rx_mcs_index() argument
2743 (0x3 << (2 * (nss - 1))); in rs_vht_highest_rx_mcs_index()
2744 rx_mcs >>= (2 * (nss - 1)); in rs_vht_highest_rx_mcs_index()
2769 /* VHT MCS9 isn't valid for 20Mhz for NSS=1,2 */ in rs_vht_set_enabled_rates()
2787 /* VHT MCS9 isn't valid for 20Mhz for NSS=1,2 */ in rs_vht_set_enabled_rates()
2862 u8 nss = 0; in iwl_mvm_update_frame_stats() local
2890 nss = ((rate & RATE_HT_MCS_NSS_MSK_V1) >> RATE_HT_MCS_NSS_POS_V1) + 1; in iwl_mvm_update_frame_stats()
2893 nss = FIELD_GET(RATE_MCS_NSS_MSK, rate) + 1; in iwl_mvm_update_frame_stats()
2898 if (nss == 1) in iwl_mvm_update_frame_stats()
2900 else if (nss == 2) in iwl_mvm_update_frame_stats()
3353 * rate[0] 0x400F019 VHT | ANT: AB BW: 80Mhz MCS: 9 NSS: 2 SGI
3354 * rate[1] 0x400F019 VHT | ANT: AB BW: 80Mhz MCS: 9 NSS: 2 SGI
3355 * rate[2] 0x400F018 VHT | ANT: AB BW: 80Mhz MCS: 8 NSS: 2 SGI
3356 * rate[3] 0x400F018 VHT | ANT: AB BW: 80Mhz MCS: 8 NSS: 2 SGI
3357 * rate[4] 0x400F017 VHT | ANT: AB BW: 80Mhz MCS: 7 NSS: 2 SGI
3358 * rate[5] 0x400F017 VHT | ANT: AB BW: 80Mhz MCS: 7 NSS: 2 SGI
3359 * rate[6] 0x4005007 VHT | ANT: A BW: 80Mhz MCS: 7 NSS: 1 NGI
3360 * rate[7] 0x4009006 VHT | ANT: B BW: 80Mhz MCS: 6 NSS: 1 NGI
3361 * rate[8] 0x4005005 VHT | ANT: A BW: 80Mhz MCS: 5 NSS: 1 NGI
3657 u8 mcs = 0, nss = 0; in rs_pretty_print_rate_v1() local
3676 nss = FIELD_GET(RATE_MCS_NSS_MSK, rate) + 1; in rs_pretty_print_rate_v1()
3680 nss = ((rate & RATE_HT_MCS_NSS_MSK_V1) in rs_pretty_print_rate_v1()
3685 nss = FIELD_GET(RATE_MCS_NSS_MSK, rate) + 1; in rs_pretty_print_rate_v1()
3691 "0x%x: %s | ANT: %s BW: %s MCS: %d NSS: %d %s%s%s%s%s", in rs_pretty_print_rate_v1()
3692 rate, type, iwl_rs_pretty_ant(ant), iwl_rs_pretty_bw(bw), mcs, nss, in rs_pretty_print_rate_v1()