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;
304 mt76_txq_dequeue(struct mt76_phy *phy, struct mt76_txq *mtxq)
306 struct ieee80211_txq *txq = mtxq_to_txq(mtxq);
353 struct mt76_txq *mtxq = (struct mt76_txq *)txq->drv_priv;
360 skb = mt76_txq_dequeue(phy, mtxq);
385 struct mt76_txq *mtxq)
388 struct ieee80211_txq *txq = mtxq_to_txq(mtxq);
390 struct mt76_wcid *wcid = mtxq->wcid;
403 skb = mt76_txq_dequeue(phy, mtxq);
427 skb = mt76_txq_dequeue(phy, mtxq);
454 struct mt76_txq *mtxq;
473 mtxq = (struct mt76_txq *)txq->drv_priv;
474 wcid = mtxq->wcid;
478 if (mtxq->send_bar && mtxq->aggr) {
479 struct ieee80211_txq *txq = mtxq_to_txq(mtxq);
482 u16 agg_ssn = mtxq->agg_ssn;
485 mtxq->send_bar = false;
491 ret += mt76_txq_send_burst(phy, q, mtxq);
549 struct mt76_txq *mtxq;
555 mtxq = (struct mt76_txq *)txq->drv_priv;
558 mtxq->send_bar = mtxq->aggr && send_bar;