Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
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()
321 mt76_txq_dequeue(struct mt76_phy *phy, struct mt76_txq *mtxq) in mt76_txq_dequeue() argument
323 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue()
370 struct mt76_txq *mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_release_buffered_frames() local
377 skb = mt76_txq_dequeue(phy, mtxq); in mt76_release_buffered_frames()
409 struct mt76_txq *mtxq) in mt76_txq_send_burst() argument
412 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst()
[all …]
Dmt76x02_util.c283 struct mt76_txq *mtxq; in mt76x02_vif_init() local
290 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt76x02_vif_init()
291 mtxq->wcid = &mvif->group_wcid; in mt76x02_vif_init()
357 struct mt76_txq *mtxq; in mt76x02_ampdu_action() local
363 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76x02_ampdu_action()
378 mtxq->aggr = true; in mt76x02_ampdu_action()
379 mtxq->send_bar = false; in mt76x02_ampdu_action()
380 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()
384 mtxq->aggr = false; in mt76x02_ampdu_action()
387 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt76x02_ampdu_action()
[all …]
Dmac80211.c1097 struct mt76_txq *mtxq; in mt76_sta_add() local
1102 mtxq = (struct mt76_txq *)sta->txq[i]->drv_priv; in mt76_sta_add()
1103 mtxq->wcid = wcid; in mt76_sta_add()
Dmt76.h949 mtxq_to_txq(struct mt76_txq *mtxq) in mtxq_to_txq() argument
951 void *ptr = mtxq; in mtxq_to_txq()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c40 struct mt76_txq *mtxq; in mt7603_add_interface() local
76 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7603_add_interface()
77 mtxq->wcid = &mvif->sta.wcid; in mt7603_add_interface()
571 struct mt76_txq *mtxq; in mt7603_ampdu_action() local
577 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7603_ampdu_action()
590 mtxq->aggr = true; in mt7603_ampdu_action()
591 mtxq->send_bar = false; in mt7603_ampdu_action()
596 mtxq->aggr = false; in mt7603_ampdu_action()
600 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt7603_ampdu_action()
604 mtxq->aggr = false; in mt7603_ampdu_action()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c191 struct mt76_txq *mtxq; in mt7915_add_interface() local
245 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7915_add_interface()
246 mtxq->wcid = &mvif->sta.wcid; in mt7915_add_interface()
713 struct mt76_txq *mtxq; in mt7915_ampdu_action() local
719 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7915_ampdu_action()
733 mtxq->aggr = true; in mt7915_ampdu_action()
734 mtxq->send_bar = false; in mt7915_ampdu_action()
739 mtxq->aggr = false; in mt7915_ampdu_action()
748 mtxq->aggr = false; in mt7915_ampdu_action()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c241 struct mt76_txq *mtxq; in mt7921_add_interface() local
284 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7921_add_interface()
285 mtxq->wcid = &mvif->sta.wcid; in mt7921_add_interface()
779 struct mt76_txq *mtxq; in mt7921_ampdu_action() local
785 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7921_ampdu_action()
799 mtxq->aggr = true; in mt7921_ampdu_action()
800 mtxq->send_bar = false; in mt7921_ampdu_action()
805 mtxq->aggr = false; in mt7921_ampdu_action()
814 mtxq->aggr = false; in mt7921_ampdu_action()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c188 struct mt76_txq *mtxq; in mt7615_add_interface() local
239 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7615_add_interface()
240 mtxq->wcid = &mvif->sta.wcid; in mt7615_add_interface()
782 struct mt76_txq *mtxq; in mt7615_ampdu_action() local
788 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7615_ampdu_action()
803 mtxq->aggr = true; in mt7615_ampdu_action()
804 mtxq->send_bar = false; in mt7615_ampdu_action()
812 mtxq->aggr = false; in mt7615_ampdu_action()
821 mtxq->aggr = false; in mt7615_ampdu_action()