Searched refs:mtxq (Results 1 – 9 of 9) sorted by relevance
22 struct mt76_txq *mtxq; in mt76_tx_check_agg_ssn() local31 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_tx_check_agg_ssn()32 if (!mtxq->aggr) in mt76_tx_check_agg_ssn()455 skb = mt76_txq_dequeue(phy, mtxq); in mt76_txq_send_burst()477 skb = mt76_txq_dequeue(phy, mtxq); in mt76_txq_send_burst()508 struct mt76_txq *mtxq; in mt76_txq_schedule_list() local532 if (mtxq->send_bar && mtxq->aggr) { in mt76_txq_schedule_list()536 u16 agg_ssn = mtxq->agg_ssn; in mt76_txq_schedule_list()539 mtxq->send_bar = false; in mt76_txq_schedule_list()627 struct mt76_txq *mtxq; in mt76_stop_tx_queues() local[all …]
284 struct mt76_txq *mtxq; in mt76x02_vif_init() local293 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt76x02_vif_init()295 mtxq->wcid = MT_VIF_WCID(idx); in mt76x02_vif_init()363 struct mt76_txq *mtxq; in mt76x02_ampdu_action() local369 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76x02_ampdu_action()384 mtxq->aggr = true; in mt76x02_ampdu_action()385 mtxq->send_bar = false; in mt76x02_ampdu_action()386 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()390 mtxq->aggr = false; in mt76x02_ampdu_action()393 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt76x02_ampdu_action()[all …]
1382 struct mt76_txq *mtxq; in mt76_sta_add() local1387 mtxq = (struct mt76_txq *)sta->txq[i]->drv_priv; in mt76_sta_add()1388 mtxq->wcid = wcid->idx; in mt76_sta_add()
1052 mtxq_to_txq(struct mt76_txq *mtxq) in mtxq_to_txq() argument1054 void *ptr = mtxq; in mtxq_to_txq()
40 struct mt76_txq *mtxq; in mt7603_add_interface() local77 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7603_add_interface()78 mtxq->wcid = idx; in mt7603_add_interface()593 struct mt76_txq *mtxq; in mt7603_ampdu_action() local599 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7603_ampdu_action()612 mtxq->aggr = true; in mt7603_ampdu_action()613 mtxq->send_bar = false; in mt7603_ampdu_action()618 mtxq->aggr = false; in mt7603_ampdu_action()622 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt7603_ampdu_action()626 mtxq->aggr = false; in mt7603_ampdu_action()
185 struct mt76_txq *mtxq; in mt7615_add_interface() local236 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7615_add_interface()237 mtxq->wcid = idx; in mt7615_add_interface()797 struct mt76_txq *mtxq; in mt7615_ampdu_action() local803 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7615_ampdu_action()818 mtxq->aggr = true; in mt7615_ampdu_action()819 mtxq->send_bar = false; in mt7615_ampdu_action()827 mtxq->aggr = false; in mt7615_ampdu_action()836 mtxq->aggr = false; in mt7615_ampdu_action()
162 struct mt76_txq *mtxq; in mt7996_add_interface() local213 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7996_add_interface()214 mtxq->wcid = idx; in mt7996_add_interface()681 struct mt76_txq *mtxq; in mt7996_ampdu_action() local687 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7996_ampdu_action()701 mtxq->aggr = true; in mt7996_ampdu_action()702 mtxq->send_bar = false; in mt7996_ampdu_action()707 mtxq->aggr = false; in mt7996_ampdu_action()716 mtxq->aggr = false; in mt7996_ampdu_action()
210 struct mt76_txq *mtxq; in mt7915_add_interface() local262 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7915_add_interface()263 mtxq->wcid = idx; in mt7915_add_interface()779 struct mt76_txq *mtxq; in mt7915_ampdu_action() local785 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7915_ampdu_action()799 mtxq->aggr = true; in mt7915_ampdu_action()800 mtxq->send_bar = false; in mt7915_ampdu_action()805 mtxq->aggr = false; in mt7915_ampdu_action()814 mtxq->aggr = false; in mt7915_ampdu_action()
311 struct mt76_txq *mtxq; in mt7921_add_interface() local351 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7921_add_interface()352 mtxq->wcid = idx; in mt7921_add_interface()937 struct mt76_txq *mtxq; in mt7921_ampdu_action() local943 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7921_ampdu_action()957 mtxq->aggr = true; in mt7921_ampdu_action()958 mtxq->send_bar = false; in mt7921_ampdu_action()963 mtxq->aggr = false; in mt7921_ampdu_action()972 mtxq->aggr = false; in mt7921_ampdu_action()
Completed in 36 milliseconds