Home
last modified time | relevance | path

Searched refs:rtw_txq (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dtx.c548 struct rtw_txq *rtwtxq, in rtw_txq_check_agg()
580 struct rtw_txq *rtwtxq, in rtw_txq_push_skb()
601 struct rtw_txq *rtwtxq) in rtw_txq_dequeue()
614 struct rtw_txq *rtwtxq, in rtw_txq_push()
641 struct rtw_txq *rtwtxq, *tmp; in rtw_tx_work()
663 struct rtw_txq *rtwtxq; in rtw_txq_init()
668 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_init()
674 struct rtw_txq *rtwtxq; in rtw_txq_cleanup()
679 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_cleanup()
Dmac80211.c36 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_wake_tx_queue()
587 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_ampdu_action()
Dmain.c635 struct rtw_txq *rtwtxq; in rtw_txq_ba_iter()
638 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_ba_iter()
2102 hw->txq_data_size = sizeof(struct rtw_txq); in rtw_register_hw()
Dmain.h730 struct rtw_txq { struct
2064 static inline struct ieee80211_txq *rtwtxq_to_txq(struct rtw_txq *rtwtxq) in rtwtxq_to_txq()