Lines Matching refs:tid
782 struct ieee80211_sta *sta, u16 tid, u16 rx_ba_ssn, in iwl_mvm_ampdu_check_trigger() argument
800 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_ampdu_check_trigger()
802 CHECK_BA_TRIGGER(mvm, trig, ba_trig->tx_ba_start, tid, in iwl_mvm_ampdu_check_trigger()
804 sta->addr, tid, tid_data->ssn); in iwl_mvm_ampdu_check_trigger()
808 CHECK_BA_TRIGGER(mvm, trig, ba_trig->tx_ba_stop, tid, in iwl_mvm_ampdu_check_trigger()
810 sta->addr, tid); in iwl_mvm_ampdu_check_trigger()
813 CHECK_BA_TRIGGER(mvm, trig, ba_trig->rx_ba_start, tid, in iwl_mvm_ampdu_check_trigger()
815 sta->addr, tid, rx_ba_ssn); in iwl_mvm_ampdu_check_trigger()
818 CHECK_BA_TRIGGER(mvm, trig, ba_trig->rx_ba_stop, tid, in iwl_mvm_ampdu_check_trigger()
820 sta->addr, tid); in iwl_mvm_ampdu_check_trigger()
830 struct ieee80211_sta *sta, u16 tid, in iwl_mvm_mac_ampdu_action() argument
838 sta->addr, tid, action); in iwl_mvm_mac_ampdu_action()
876 ret = iwl_mvm_sta_rx_agg(mvm, sta, tid, *ssn, true); in iwl_mvm_mac_ampdu_action()
879 ret = iwl_mvm_sta_rx_agg(mvm, sta, tid, 0, false); in iwl_mvm_mac_ampdu_action()
886 ret = iwl_mvm_sta_tx_agg_start(mvm, vif, sta, tid, ssn); in iwl_mvm_mac_ampdu_action()
889 ret = iwl_mvm_sta_tx_agg_stop(mvm, vif, sta, tid); in iwl_mvm_mac_ampdu_action()
893 ret = iwl_mvm_sta_tx_agg_flush(mvm, vif, sta, tid); in iwl_mvm_mac_ampdu_action()
896 ret = iwl_mvm_sta_tx_agg_oper(mvm, vif, sta, tid, buf_size); in iwl_mvm_mac_ampdu_action()
910 iwl_mvm_ampdu_check_trigger(mvm, vif, sta, tid, in iwl_mvm_mac_ampdu_action()
2613 int tid; in iwl_mvm_mac_sta_notify() local
2616 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) { in iwl_mvm_mac_sta_notify()
2617 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_mac_sta_notify()
2628 __set_bit(tid, &tids); in iwl_mvm_mac_sta_notify()
2636 for_each_set_bit(tid, &tids, IWL_MAX_TID_COUNT) in iwl_mvm_mac_sta_notify()
2637 ieee80211_sta_set_buffered(sta, tid, true); in iwl_mvm_mac_sta_notify()
4142 if (!(le16_to_cpu(ba_trig->rx_bar) & BIT(event->u.ba.tid))) in iwl_mvm_event_bar_rx_callback()
4147 event->u.ba.sta->addr, event->u.ba.tid, in iwl_mvm_event_bar_rx_callback()
4167 if (!(le16_to_cpu(ba_trig->frame_timeout) & BIT(event->u.ba.tid))) in iwl_mvm_event_frame_timeout_callback()
4172 event->u.ba.sta->addr, event->u.ba.tid); in iwl_mvm_event_frame_timeout_callback()