Lines Matching refs:mtxq
292 struct mt76_txq *mtxq; in mt76x02_vif_init() local
299 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt76x02_vif_init()
300 mtxq->wcid = &mvif->group_wcid; in mt76x02_vif_init()
367 struct mt76_txq *mtxq; in mt76x02_ampdu_action() local
372 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76x02_ampdu_action()
386 mtxq->aggr = true; in mt76x02_ampdu_action()
387 mtxq->send_bar = false; in mt76x02_ampdu_action()
388 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()
392 mtxq->aggr = false; in mt76x02_ampdu_action()
395 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt76x02_ampdu_action()
399 mtxq->aggr = false; in mt76x02_ampdu_action()