Lines Matching refs:cmd

138 			    struct iwl_tlc_config_cmd_v4 *cmd)  in rs_fw_vht_set_enabled_rates()  argument
163 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80] = cpu_to_le16(supp); in rs_fw_vht_set_enabled_rates()
173 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_160] = in rs_fw_vht_set_enabled_rates()
174 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80]; in rs_fw_vht_set_enabled_rates()
198 struct iwl_tlc_config_cmd_v4 *cmd) in rs_fw_he_set_enabled_rates() argument
226 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80] = in rs_fw_he_set_enabled_rates()
237 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_160] = in rs_fw_he_set_enabled_rates()
289 struct iwl_tlc_config_cmd_v4 *cmd) in rs_fw_eht_set_enabled_rates() argument
327 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
329 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
331 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
333 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
348 if (cmd->max_ch_width < (bw + IWL_TLC_MNG_CH_WIDTH_80MHZ)) in rs_fw_eht_set_enabled_rates()
351 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
353 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
355 rs_fw_set_eht_mcs_nss(cmd->ht_rates, bw, in rs_fw_eht_set_enabled_rates()
362 memset(cmd->ht_rates[IWL_TLC_NSS_2], 0, in rs_fw_eht_set_enabled_rates()
363 sizeof(cmd->ht_rates[IWL_TLC_NSS_2])); in rs_fw_eht_set_enabled_rates()
371 struct iwl_tlc_config_cmd_v4 *cmd) in rs_fw_set_supp_rates() argument
385 cmd->non_ht_rates = cpu_to_le16(supp); in rs_fw_set_supp_rates()
386 cmd->mode = IWL_TLC_MNG_MODE_NON_HT; in rs_fw_set_supp_rates()
390 cmd->mode = IWL_TLC_MNG_MODE_EHT; in rs_fw_set_supp_rates()
392 sband_eht_cap, cmd); in rs_fw_set_supp_rates()
394 cmd->mode = IWL_TLC_MNG_MODE_HE; in rs_fw_set_supp_rates()
395 rs_fw_he_set_enabled_rates(link_sta, sband_he_cap, cmd); in rs_fw_set_supp_rates()
397 cmd->mode = IWL_TLC_MNG_MODE_VHT; in rs_fw_set_supp_rates()
398 rs_fw_vht_set_enabled_rates(link_sta, vht_cap, cmd); in rs_fw_set_supp_rates()
400 cmd->mode = IWL_TLC_MNG_MODE_HT; in rs_fw_set_supp_rates()
401 cmd->ht_rates[IWL_TLC_NSS_1][IWL_TLC_MCS_PER_BW_80] = in rs_fw_set_supp_rates()
406 cmd->ht_rates[IWL_TLC_NSS_2][IWL_TLC_MCS_PER_BW_80] = in rs_fw_set_supp_rates()
409 cmd->ht_rates[IWL_TLC_NSS_2][IWL_TLC_MCS_PER_BW_80] = in rs_fw_set_supp_rates()