Home
last modified time | relevance | path

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

/Linux-v6.1/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()
352 mt76_txq_dequeue(struct mt76_phy *phy, struct mt76_txq *mtxq) in mt76_txq_dequeue() argument
354 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue()
399 struct mt76_txq *mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_release_buffered_frames() local
406 skb = mt76_txq_dequeue(phy, mtxq); in mt76_release_buffered_frames()
438 struct mt76_txq *mtxq, struct mt76_wcid *wcid) in mt76_txq_send_burst() argument
441 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst()
[all …]
Dmt76x02_util.c285 struct mt76_txq *mtxq; in mt76x02_vif_init() local
294 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt76x02_vif_init()
296 mtxq->wcid = MT_VIF_WCID(idx); in mt76x02_vif_init()
364 struct mt76_txq *mtxq; in mt76x02_ampdu_action() local
370 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76x02_ampdu_action()
385 mtxq->aggr = true; in mt76x02_ampdu_action()
386 mtxq->send_bar = false; in mt76x02_ampdu_action()
387 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()
391 mtxq->aggr = false; in mt76x02_ampdu_action()
394 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt76x02_ampdu_action()
[all …]
Dmac80211.c1315 struct mt76_txq *mtxq; in mt76_sta_add() local
1320 mtxq = (struct mt76_txq *)sta->txq[i]->drv_priv; in mt76_sta_add()
1321 mtxq->wcid = wcid->idx; in mt76_sta_add()
Dmt76.h1041 mtxq_to_txq(struct mt76_txq *mtxq) in mtxq_to_txq() argument
1043 void *ptr = mtxq; in mtxq_to_txq()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c40 struct mt76_txq *mtxq; in mt7603_add_interface() local
77 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() local
599 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()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
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()
794 struct mt76_txq *mtxq; in mt7615_ampdu_action() local
800 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7615_ampdu_action()
815 mtxq->aggr = true; in mt7615_ampdu_action()
816 mtxq->send_bar = false; in mt7615_ampdu_action()
824 mtxq->aggr = false; in mt7615_ampdu_action()
833 mtxq->aggr = false; in mt7615_ampdu_action()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c187 struct mt76_txq *mtxq; in mt7915_add_interface() local
239 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7915_add_interface()
240 mtxq->wcid = idx; in mt7915_add_interface()
752 struct mt76_txq *mtxq; in mt7915_ampdu_action() local
758 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7915_ampdu_action()
772 mtxq->aggr = true; in mt7915_ampdu_action()
773 mtxq->send_bar = false; in mt7915_ampdu_action()
778 mtxq->aggr = false; in mt7915_ampdu_action()
787 mtxq->aggr = false; in mt7915_ampdu_action()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c311 struct mt76_txq *mtxq; in mt7921_add_interface() local
351 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7921_add_interface()
352 mtxq->wcid = idx; in mt7921_add_interface()
871 struct mt76_txq *mtxq; in mt7921_ampdu_action() local
877 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7921_ampdu_action()
891 mtxq->aggr = true; in mt7921_ampdu_action()
892 mtxq->send_bar = false; in mt7921_ampdu_action()
897 mtxq->aggr = false; in mt7921_ampdu_action()
906 mtxq->aggr = false; in mt7921_ampdu_action()