• Home
  • Raw
  • Download

Lines Matching refs:mtxq

22 	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()
304 mt76_txq_dequeue(struct mt76_phy *phy, struct mt76_txq *mtxq) in mt76_txq_dequeue() argument
306 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue()
353 struct mt76_txq *mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_release_buffered_frames() local
360 skb = mt76_txq_dequeue(phy, mtxq); in mt76_release_buffered_frames()
385 struct mt76_txq *mtxq) in mt76_txq_send_burst() argument
388 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst()
390 struct mt76_wcid *wcid = mtxq->wcid; in mt76_txq_send_burst()
403 skb = mt76_txq_dequeue(phy, mtxq); in mt76_txq_send_burst()
427 skb = mt76_txq_dequeue(phy, mtxq); in mt76_txq_send_burst()
454 struct mt76_txq *mtxq; in mt76_txq_schedule_list() local
473 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_txq_schedule_list()
474 wcid = mtxq->wcid; in mt76_txq_schedule_list()
478 if (mtxq->send_bar && mtxq->aggr) { in mt76_txq_schedule_list()
479 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_schedule_list()
482 u16 agg_ssn = mtxq->agg_ssn; in mt76_txq_schedule_list()
485 mtxq->send_bar = false; in mt76_txq_schedule_list()
491 ret += mt76_txq_send_burst(phy, q, mtxq); in mt76_txq_schedule_list()
549 struct mt76_txq *mtxq; in mt76_stop_tx_queues() local
555 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76_stop_tx_queues()
558 mtxq->send_bar = mtxq->aggr && send_bar; in mt76_stop_tx_queues()