Lines Matching refs:nss
830 u8 nss; in rs_rate_from_ucode_rate() local
866 nss = ((ucode_rate & RATE_HT_MCS_NSS_MSK) >> in rs_rate_from_ucode_rate()
869 if (nss == 1) { in rs_rate_from_ucode_rate()
874 } else if (nss == 2) { in rs_rate_from_ucode_rate()
881 nss = ((ucode_rate & RATE_VHT_MCS_NSS_MSK) >> in rs_rate_from_ucode_rate()
884 if (nss == 1) { in rs_rate_from_ucode_rate()
889 } else if (nss == 2) { in rs_rate_from_ucode_rate()
2842 int nss) in rs_vht_highest_rx_mcs_index() argument
2845 (0x3 << (2 * (nss - 1))); in rs_vht_highest_rx_mcs_index()
2846 rx_mcs >>= (2 * (nss - 1)); in rs_vht_highest_rx_mcs_index()
2964 u8 nss = 0, mcs = 0; in iwl_mvm_update_frame_stats() local
2990 nss = ((rate & RATE_HT_MCS_NSS_MSK) >> RATE_HT_MCS_NSS_POS) + 1; in iwl_mvm_update_frame_stats()
2994 nss = ((rate & RATE_VHT_MCS_NSS_MSK) >> in iwl_mvm_update_frame_stats()
3000 if (nss == 1) in iwl_mvm_update_frame_stats()
3002 else if (nss == 2) in iwl_mvm_update_frame_stats()
3498 u8 mcs = 0, nss = 0; in rs_pretty_print_rate() local
3514 nss = ((rate & RATE_VHT_MCS_NSS_MSK) in rs_pretty_print_rate()
3541 type, rs_pretty_ant(ant), bw, mcs, nss, in rs_pretty_print_rate()