Lines Matching full:nss
150 struct iwl_he_pkt_ext_v2 *pkt_ext, u8 nss, in iwl_mld_parse_ppe() argument
154 /* FW currently supports only nss == MAX_HE_SUPP_NSS in iwl_mld_parse_ppe()
156 * If nss > MAX: we can ignore values we don't support in iwl_mld_parse_ppe()
157 * If nss < MAX: we can set zeros in other streams in iwl_mld_parse_ppe()
159 if (nss > MAX_HE_SUPP_NSS) { in iwl_mld_parse_ppe()
160 IWL_DEBUG_INFO(mld, "Got NSS = %d - trimming to %d\n", nss, in iwl_mld_parse_ppe()
162 nss = MAX_HE_SUPP_NSS; in iwl_mld_parse_ppe()
165 for (int i = 0; i < nss; i++) { in iwl_mld_parse_ppe()
203 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mld_set_pkt_ext_from_he_ppe() local
212 iwl_mld_parse_ppe(mld, pkt_ext, nss, ru_index_bitmap, ppe, ppe_pos_bit, in iwl_mld_set_pkt_ext_from_he_ppe()
299 u8 nss = (link_sta->eht_cap.eht_ppe_thres[0] & in iwl_mld_fill_pkt_ext() local
308 iwl_mld_parse_ppe(mld, pkt_ext, nss, ru_index_bitmap, in iwl_mld_fill_pkt_ext()
363 "PPE table: nss[%d] bw[%d] PPET8 = %d, PPET16 = %d\n", in iwl_mld_fill_pkt_ext()
461 /* override NSS */ in iwl_mld_add_modify_sta_cmd()