Lines Matching refs:mvmsta
1277 struct iwl_mvm_sta *mvmsta, int queue, in iwl_mvm_remove_inactive_tids() argument
1282 lockdep_assert_held(&mvmsta->lock); in iwl_mvm_remove_inactive_tids()
1291 if (iwl_mvm_tid_queued(mvm, &mvmsta->tid_data[tid])) in iwl_mvm_remove_inactive_tids()
1295 if (mvmsta->tid_data[tid].state != IWL_AGG_OFF) in iwl_mvm_remove_inactive_tids()
1304 mvmsta->tid_data[tid].is_tid_active = false; in iwl_mvm_remove_inactive_tids()
1316 int mac_queue = mvmsta->vif->hw_queue[tid_to_mac80211_ac[tid]]; in iwl_mvm_remove_inactive_tids()
1318 mvmsta->tid_data[tid].txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_inactive_tids()
1322 mvmsta->tid_data[tid].is_tid_active = false; in iwl_mvm_remove_inactive_tids()
1340 BIT(mvmsta->vif->hw_queue[tid_to_mac80211_ac[tid]]); in iwl_mvm_remove_inactive_tids()
1376 struct iwl_mvm_sta *mvmsta; in iwl_mvm_inactivity_check() local
1423 mvmsta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_inactivity_check()
1425 spin_lock_bh(&mvmsta->lock); in iwl_mvm_inactivity_check()
1427 iwl_mvm_remove_inactive_tids(mvm, mvmsta, i, in iwl_mvm_inactivity_check()
1430 spin_unlock_bh(&mvmsta->lock); in iwl_mvm_inactivity_check()