Lines Matching refs:mvmsta
317 struct iwl_mvm_sta *mvmsta; in iwl_mvm_tlc_update_notif() local
331 mvmsta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_tlc_update_notif()
333 if (!mvmsta) { in iwl_mvm_tlc_update_notif()
341 lq_sta = &mvmsta->lq_sta.rs_fw; in iwl_mvm_tlc_update_notif()
349 if (flags & IWL_TLC_NOTIF_FLAG_AMSDU && !mvmsta->orig_amsdu_len) { in iwl_mvm_tlc_update_notif()
356 mvmsta->amsdu_enabled = le32_to_cpu(notif->amsdu_enabled); in iwl_mvm_tlc_update_notif()
357 mvmsta->max_amsdu_len = size; in iwl_mvm_tlc_update_notif()
358 sta->max_rc_amsdu_len = mvmsta->max_amsdu_len; in iwl_mvm_tlc_update_notif()
361 if (mvmsta->amsdu_enabled & BIT(i)) in iwl_mvm_tlc_update_notif()
375 mvmsta->amsdu_enabled); in iwl_mvm_tlc_update_notif()
416 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_fw_rate_init() local
417 struct iwl_lq_sta_rs_fw *lq_sta = &mvmsta->lq_sta.rs_fw; in rs_fw_rate_init()
422 .sta_id = mvmsta->sta_id, in rs_fw_rate_init()
452 int rs_fw_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, in rs_fw_tx_protection() argument
460 void iwl_mvm_rs_add_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta) in iwl_mvm_rs_add_sta() argument
462 struct iwl_lq_sta_rs_fw *lq_sta = &mvmsta->lq_sta.rs_fw; in iwl_mvm_rs_add_sta()
467 lq_sta->pers.sta_id = mvmsta->sta_id; in iwl_mvm_rs_add_sta()