Lines Matching refs:rtwtxq
562 struct rtw_txq *rtwtxq,
565 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq);
569 if (test_bit(RTW_TXQ_AMPDU, &rtwtxq->flags)) {
578 if (test_bit(RTW_TXQ_BLOCK_BA, &rtwtxq->flags))
594 struct rtw_txq *rtwtxq,
597 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq);
601 rtw_txq_check_agg(rtwdev, rtwtxq, skb);
613 struct rtw_txq *rtwtxq)
615 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq);
626 struct rtw_txq *rtwtxq,
636 skb = rtw_txq_dequeue(rtwdev, rtwtxq);
640 ret = rtw_txq_push_skb(rtwdev, rtwtxq, skb);
652 struct rtw_txq *rtwtxq, *tmp;
656 list_for_each_entry_safe(rtwtxq, tmp, &rtwdev->txqs, list) {
657 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq);
662 rtw_txq_push(rtwdev, rtwtxq, frame_cnt);
664 list_del_init(&rtwtxq->list);
681 struct rtw_txq *rtwtxq;
686 rtwtxq = (struct rtw_txq *)txq->drv_priv;
687 INIT_LIST_HEAD(&rtwtxq->list);
692 struct rtw_txq *rtwtxq;
697 rtwtxq = (struct rtw_txq *)txq->drv_priv;
699 if (!list_empty(&rtwtxq->list))
700 list_del_init(&rtwtxq->list);