Home
last modified time | relevance | path

Searched refs:mtxq (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c22 struct mt76_txq *mtxq; in mt76_tx_check_agg_ssn() local
31 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_tx_check_agg_ssn()
32 if (!mtxq->aggr) in mt76_tx_check_agg_ssn()
35 mtxq->agg_ssn = le16_to_cpu(hdr->seq_ctrl) + 0x10; in mt76_tx_check_agg_ssn()
362 mt76_txq_dequeue(struct mt76_phy *phy, struct mt76_txq *mtxq) in mt76_txq_dequeue() argument
364 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue()
409 struct mt76_txq *mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_release_buffered_frames() local
416 skb = mt76_txq_dequeue(phy, mtxq); in mt76_release_buffered_frames()
448 struct mt76_txq *mtxq, struct mt76_wcid *wcid) in mt76_txq_send_burst() argument
451 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst()
[all …]
H A Dmt76x02_util.c284 struct mt76_txq *mtxq; in mt76x02_vif_init() local
293 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() local
369 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 …]
H A Dmac80211.c1404 struct mt76_txq *mtxq; in mt76_sta_add() local
1409 mtxq = (struct mt76_txq *)sta->txq[i]->drv_priv; in mt76_sta_add()
1410 mtxq->wcid = wcid->idx; in mt76_sta_add()
H A Dmt76.h1175 mtxq_to_txq(struct mt76_txq *mtxq) in mtxq_to_txq() argument
1177 void *ptr = mtxq; in mtxq_to_txq()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c40 struct mt76_txq *mtxq; in mt7603_add_interface() local
78 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7603_add_interface()
79 mtxq->wcid = idx; in mt7603_add_interface()
596 struct mt76_txq *mtxq; in mt7603_ampdu_action() local
602 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7603_ampdu_action()
615 mtxq->aggr = true; in mt7603_ampdu_action()
616 mtxq->send_bar = false; in mt7603_ampdu_action()
621 mtxq->aggr = false; in mt7603_ampdu_action()
625 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt7603_ampdu_action()
629 mtxq->aggr = false; in mt7603_ampdu_action()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c290 struct mt76_txq *mtxq; in mt7921_add_interface() local
330 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7921_add_interface()
331 mtxq->wcid = idx; in mt7921_add_interface()
834 struct mt76_txq *mtxq; in mt7921_ampdu_action() local
840 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7921_ampdu_action()
854 mtxq->aggr = true; in mt7921_ampdu_action()
855 mtxq->send_bar = false; in mt7921_ampdu_action()
860 mtxq->aggr = false; in mt7921_ampdu_action()
869 mtxq->aggr = false; in mt7921_ampdu_action()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c185 struct mt76_txq *mtxq; in mt7615_add_interface() local
236 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7615_add_interface()
237 mtxq->wcid = idx; in mt7615_add_interface()
825 struct mt76_txq *mtxq; in mt7615_ampdu_action() local
831 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7615_ampdu_action()
846 mtxq->aggr = true; in mt7615_ampdu_action()
847 mtxq->send_bar = false; in mt7615_ampdu_action()
855 mtxq->aggr = false; in mt7615_ampdu_action()
864 mtxq->aggr = false; in mt7615_ampdu_action()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c169 struct mt76_txq *mtxq; in mt7996_add_interface() local
216 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7996_add_interface()
217 mtxq->wcid = idx; in mt7996_add_interface()
759 struct mt76_txq *mtxq; in mt7996_ampdu_action() local
765 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7996_ampdu_action()
779 mtxq->aggr = true; in mt7996_ampdu_action()
780 mtxq->send_bar = false; in mt7996_ampdu_action()
785 mtxq->aggr = false; in mt7996_ampdu_action()
794 mtxq->aggr = false; in mt7996_ampdu_action()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c210 struct mt76_txq *mtxq; in mt7915_add_interface() local
262 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7915_add_interface()
263 mtxq->wcid = idx; in mt7915_add_interface()
836 struct mt76_txq *mtxq; in mt7915_ampdu_action() local
842 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7915_ampdu_action()
856 mtxq->aggr = true; in mt7915_ampdu_action()
857 mtxq->send_bar = false; in mt7915_ampdu_action()
862 mtxq->aggr = false; in mt7915_ampdu_action()
871 mtxq->aggr = false; in mt7915_ampdu_action()