Lines Matching defs:txq
192 struct ieee80211_txq *txq = sta->sta.txq[tid];
197 if (!txq)
200 txqi = to_txq_info(txq);
201 sdata = vif_to_sdata(txq->vif);
213 struct ieee80211_txq *txq = sta->sta.txq[tid];
218 if (!txq)
221 txqi = to_txq_info(txq);
965 struct ieee80211_txq *txq;
975 txq = sta->sta.txq[tid];
976 if (!amsdu && txq)
977 set_bit(IEEE80211_TXQ_NO_AMSDU, &to_txq_info(txq)->flags);