Lines Matching refs:txq
196 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_stop_txq() local
201 if (!txq) in ieee80211_agg_stop_txq()
204 txqi = to_txq_info(txq); in ieee80211_agg_stop_txq()
205 sdata = vif_to_sdata(txq->vif); in ieee80211_agg_stop_txq()
217 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_start_txq() local
220 if (!txq) in ieee80211_agg_start_txq()
223 txqi = to_txq_info(txq); in ieee80211_agg_start_txq()
945 struct ieee80211_txq *txq; in ieee80211_process_addba_resp() local
956 txq = sta->sta.txq[tid]; in ieee80211_process_addba_resp()
957 if (!amsdu && txq) in ieee80211_process_addba_resp()
958 set_bit(IEEE80211_TXQ_NO_AMSDU, &to_txq_info(txq)->flags); in ieee80211_process_addba_resp()