Lines Matching full:nss
136 int nss) in iwl_mld_get_highest_fw_mcs() argument
139 (0x3 << (2 * (nss - 1))); in iwl_mld_get_highest_fw_mcs()
140 rx_mcs >>= (2 * (nss - 1)); in iwl_mld_get_highest_fw_mcs()
175 int nss = i + 1; in iwl_mld_fill_vht_rates() local
177 highest_mcs = iwl_mld_get_highest_fw_mcs(vht_cap, nss); in iwl_mld_fill_vht_rates()
186 /* Check if VHT extended NSS indicates that the bandwidth/NSS in iwl_mld_fill_vht_rates()
193 0, true, nss) >= nss) in iwl_mld_fill_vht_rates()
227 u8 nss = link_sta->rx_nss; in iwl_mld_fill_he_rates() local
231 nss = 1; in iwl_mld_fill_he_rates()
233 for (i = 0; i < nss && i < IWL_TLC_NSS_MAX; i++) { in iwl_mld_fill_he_rates()
295 /* the max nss that can be used, in iwl_mld_get_eht_max_nss()