Searched refs:mtxq (Results 1 – 8 of 8) 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()439 struct mt76_txq *mtxq) in mt76_txq_send_burst() argument504 struct mt76_txq *mtxq; in mt76_txq_schedule_list() local524 wcid = mtxq->wcid; in mt76_txq_schedule_list()530 if (mtxq->send_bar && mtxq->aggr) { in mt76_txq_schedule_list()534 u16 agg_ssn = mtxq->agg_ssn; in mt76_txq_schedule_list()537 mtxq->send_bar = false; in mt76_txq_schedule_list()617 struct mt76_txq *mtxq; in mt76_stop_tx_queues() local[all …]
283 struct mt76_txq *mtxq; in mt76x02_vif_init() local292 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt76x02_vif_init()293 mtxq->wcid = &mvif->group_wcid; in mt76x02_vif_init()360 struct mt76_txq *mtxq; in mt76x02_ampdu_action() local366 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76x02_ampdu_action()381 mtxq->aggr = true; in mt76x02_ampdu_action()382 mtxq->send_bar = false; in mt76x02_ampdu_action()383 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()387 mtxq->aggr = false; in mt76x02_ampdu_action()390 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt76x02_ampdu_action()[all …]
1249 struct mt76_txq *mtxq; in mt76_sta_add() local1254 mtxq = (struct mt76_txq *)sta->txq[i]->drv_priv; in mt76_sta_add()1255 mtxq->wcid = wcid; in mt76_sta_add()
996 mtxq_to_txq(struct mt76_txq *mtxq) in mtxq_to_txq() argument998 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 = &mvif->sta.wcid; in mt7603_add_interface()574 struct mt76_txq *mtxq; in mt7603_ampdu_action() local580 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7603_ampdu_action()593 mtxq->aggr = true; in mt7603_ampdu_action()594 mtxq->send_bar = false; in mt7603_ampdu_action()599 mtxq->aggr = false; in mt7603_ampdu_action()603 mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn); in mt7603_ampdu_action()607 mtxq->aggr = false; in mt7603_ampdu_action()
194 struct mt76_txq *mtxq; in mt7915_add_interface() local249 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7915_add_interface()250 mtxq->wcid = &mvif->sta.wcid; in mt7915_add_interface()746 struct mt76_txq *mtxq; in mt7915_ampdu_action() local752 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7915_ampdu_action()766 mtxq->aggr = true; in mt7915_ampdu_action()767 mtxq->send_bar = false; in mt7915_ampdu_action()772 mtxq->aggr = false; in mt7915_ampdu_action()781 mtxq->aggr = false; in mt7915_ampdu_action()
188 struct mt76_txq *mtxq; in mt7615_add_interface() local241 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7615_add_interface()242 mtxq->wcid = &mvif->sta.wcid; in mt7615_add_interface()786 struct mt76_txq *mtxq; in mt7615_ampdu_action() local792 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7615_ampdu_action()807 mtxq->aggr = true; in mt7615_ampdu_action()808 mtxq->send_bar = false; in mt7615_ampdu_action()816 mtxq->aggr = false; in mt7615_ampdu_action()825 mtxq->aggr = false; in mt7615_ampdu_action()
277 struct mt76_txq *mtxq; in mt7921_add_interface() local317 mtxq = (struct mt76_txq *)vif->txq->drv_priv; in mt7921_add_interface()318 mtxq->wcid = &mvif->sta.wcid; in mt7921_add_interface()782 struct mt76_txq *mtxq; in mt7921_ampdu_action() local788 mtxq = (struct mt76_txq *)txq->drv_priv; in mt7921_ampdu_action()802 mtxq->aggr = true; in mt7921_ampdu_action()803 mtxq->send_bar = false; in mt7921_ampdu_action()808 mtxq->aggr = false; in mt7921_ampdu_action()817 mtxq->aggr = false; in mt7921_ampdu_action()
Completed in 29 milliseconds