Home
last modified time | relevance | path

Searched refs:sta_ctxt_cmd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2087 struct iwl_he_sta_context_cmd sta_ctxt_cmd = { in iwl_mvm_cfg_he_sta() local
2097 sizeof(sta_ctxt_cmd) : in iwl_mvm_cfg_he_sta()
2105 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_ctxt_cmd.sta_id]); in iwl_mvm_cfg_he_sta()
2126 sta_ctxt_cmd.htc_flags |= cpu_to_le32(IWL_HE_HTC_SUPPORT); in iwl_mvm_cfg_he_sta()
2138 sta_ctxt_cmd.htc_flags |= in iwl_mvm_cfg_he_sta()
2141 sta_ctxt_cmd.htc_flags |= in iwl_mvm_cfg_he_sta()
2145 sta_ctxt_cmd.htc_flags |= cpu_to_le32(IWL_HE_HTC_BSR_SUPP); in iwl_mvm_cfg_he_sta()
2148 sta_ctxt_cmd.htc_flags |= cpu_to_le32(IWL_HE_HTC_OMI_SUPP); in iwl_mvm_cfg_he_sta()
2150 sta_ctxt_cmd.htc_flags |= cpu_to_le32(IWL_HE_HTC_BQR_SUPP); in iwl_mvm_cfg_he_sta()
2156 memset(&sta_ctxt_cmd in iwl_mvm_cfg_he_sta()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2302 struct iwl_he_sta_context_cmd_v3 sta_ctxt_cmd = { in iwl_mvm_cfg_he_sta() local
2333 cmd = &sta_ctxt_cmd; in iwl_mvm_cfg_he_sta()
2343 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_ctxt_cmd.sta_id]); in iwl_mvm_cfg_he_sta()
2362 sta_ctxt_cmd.htc_flags = iwl_mvm_get_sta_htc_flags(sta, &sta->deflink); in iwl_mvm_cfg_he_sta()
2365 if (!iwl_mvm_set_sta_pkt_ext(mvm, &sta->deflink, &sta_ctxt_cmd.pkt_ext)) in iwl_mvm_cfg_he_sta()
2379 &sta_ctxt_cmd.trig_based_txf[0])) in iwl_mvm_cfg_he_sta()
2385 sta_ctxt_cmd.rand_alloc_ecwmin = in iwl_mvm_cfg_he_sta()
2387 sta_ctxt_cmd.rand_alloc_ecwmax = in iwl_mvm_cfg_he_sta()
2396 ether_addr_copy(sta_ctxt_cmd.ref_bssid_addr, in iwl_mvm_cfg_he_sta()
2398 sta_ctxt_cmd in iwl_mvm_cfg_he_sta()
[all...]

Completed in 9 milliseconds