Lines Matching refs:nss
791 u8 nss; in rs_rate_from_ucode_rate() local
827 nss = ((ucode_rate & RATE_HT_MCS_NSS_MSK) >> in rs_rate_from_ucode_rate()
830 if (nss == 1) { in rs_rate_from_ucode_rate()
835 } else if (nss == 2) { in rs_rate_from_ucode_rate()
842 nss = ((ucode_rate & RATE_VHT_MCS_NSS_MSK) >> in rs_rate_from_ucode_rate()
845 if (nss == 1) { in rs_rate_from_ucode_rate()
850 } else if (nss == 2) { in rs_rate_from_ucode_rate()
2624 int nss) in rs_vht_highest_rx_mcs_index() argument
2627 (0x3 << (2 * (nss - 1))); in rs_vht_highest_rx_mcs_index()
2628 rx_mcs >>= (2 * (nss - 1)); in rs_vht_highest_rx_mcs_index()
2746 u8 nss = 0, mcs = 0; in iwl_mvm_update_frame_stats() local
2772 nss = ((rate & RATE_HT_MCS_NSS_MSK) >> RATE_HT_MCS_NSS_POS) + 1; in iwl_mvm_update_frame_stats()
2776 nss = ((rate & RATE_VHT_MCS_NSS_MSK) >> in iwl_mvm_update_frame_stats()
2782 if (nss == 1) in iwl_mvm_update_frame_stats()
2784 else if (nss == 2) in iwl_mvm_update_frame_stats()
3286 u8 mcs = 0, nss = 0; in rs_pretty_print_rate() local
3302 nss = ((rate & RATE_VHT_MCS_NSS_MSK) in rs_pretty_print_rate()
3329 type, rs_pretty_ant(ant), bw, mcs, nss, in rs_pretty_print_rate()