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);
992 struct ieee80211_txq *txq;
1002 txq = sta->sta.txq[tid];
1003 if (!amsdu && txq)
1004 set_bit(IEEE80211_TXQ_NO_AMSDU, &to_txq_info(txq)->flags);