Lines Matching defs:mtxq
22 struct mt76_txq *mtxq;
31 mtxq = (struct mt76_txq *)txq->drv_priv;
32 if (!mtxq->aggr)
35 mtxq->agg_ssn = le16_to_cpu(hdr->seq_ctrl) + 0x10;
370 mt76_txq_dequeue(struct mt76_phy *phy, struct mt76_txq *mtxq)
372 struct ieee80211_txq *txq = mtxq_to_txq(mtxq);
417 struct mt76_txq *mtxq = (struct mt76_txq *)txq->drv_priv;
424 skb = mt76_txq_dequeue(phy, mtxq);
456 struct mt76_txq *mtxq, struct mt76_wcid *wcid)
459 struct ieee80211_txq *txq = mtxq_to_txq(mtxq);
473 skb = mt76_txq_dequeue(phy, mtxq);
495 skb = mt76_txq_dequeue(phy, mtxq);
526 struct mt76_txq *mtxq;
545 mtxq = (struct mt76_txq *)txq->drv_priv;
546 wcid = rcu_dereference(dev->wcid[mtxq->wcid]);
550 if (mtxq->send_bar && mtxq->aggr) {
551 struct ieee80211_txq *txq = mtxq_to_txq(mtxq);
554 u16 agg_ssn = mtxq->agg_ssn;
557 mtxq->send_bar = false;
562 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid);
645 struct mt76_txq *mtxq;
651 mtxq = (struct mt76_txq *)txq->drv_priv;
654 mtxq->send_bar = mtxq->aggr && send_bar;