Lines Matching refs:mvmsta

288 	struct iwl_mvm_sta *mvmsta;  in iwl_mvm_tlc_update_notif()  local
306 mvmsta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_tlc_update_notif()
308 if (!mvmsta) { in iwl_mvm_tlc_update_notif()
316 lq_sta = &mvmsta->lq_sta.rs_fw; in iwl_mvm_tlc_update_notif()
339 if (flags & IWL_TLC_NOTIF_FLAG_AMSDU && !mvmsta->orig_amsdu_len) { in iwl_mvm_tlc_update_notif()
349 WARN_ON(mvmsta->orig_amsdu_len < size); in iwl_mvm_tlc_update_notif()
353 mvmsta->amsdu_enabled = le32_to_cpu(notif->amsdu_enabled); in iwl_mvm_tlc_update_notif()
354 mvmsta->max_amsdu_len = size; in iwl_mvm_tlc_update_notif()
355 sta->max_rc_amsdu_len = mvmsta->max_amsdu_len; in iwl_mvm_tlc_update_notif()
358 if (mvmsta->amsdu_enabled & BIT(i)) in iwl_mvm_tlc_update_notif()
372 mvmsta->amsdu_enabled); in iwl_mvm_tlc_update_notif()
380 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_fw_get_max_amsdu_len() local
384 if (mvmsta->vif->bss_conf.chandef.chan->band == NL80211_BAND_6GHZ) { in rs_fw_get_max_amsdu_len()
424 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_fw_rate_init() local
425 struct iwl_lq_sta_rs_fw *lq_sta = &mvmsta->lq_sta.rs_fw; in rs_fw_rate_init()
430 .sta_id = mvmsta->sta_id, in rs_fw_rate_init()
509 int rs_fw_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, in rs_fw_tx_protection() argument
517 void iwl_mvm_rs_add_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta) in iwl_mvm_rs_add_sta() argument
519 struct iwl_lq_sta_rs_fw *lq_sta = &mvmsta->lq_sta.rs_fw; in iwl_mvm_rs_add_sta()
524 lq_sta->pers.sta_id = mvmsta->sta_id; in iwl_mvm_rs_add_sta()