Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dtx.c500 struct rtw_txq *rtwtxq, in rtw_txq_check_agg()
532 struct rtw_txq *rtwtxq, in rtw_txq_push_skb()
553 struct rtw_txq *rtwtxq) in rtw_txq_dequeue()
566 struct rtw_txq *rtwtxq, in rtw_txq_push()
593 struct rtw_txq *rtwtxq, *tmp; in rtw_tx_tasklet()
615 struct rtw_txq *rtwtxq; in rtw_txq_init()
620 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_init()
626 struct rtw_txq *rtwtxq; in rtw_txq_cleanup()
631 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_cleanup()
Dmac80211.c35 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_wake_tx_queue()
538 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_ampdu_action()
Dmain.c469 struct rtw_txq *rtwtxq; in rtw_txq_ba_iter()
472 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_ba_iter()
1721 hw->txq_data_size = sizeof(struct rtw_txq); in rtw_register_hw()
Dmain.h715 struct rtw_txq { struct
1771 static inline struct ieee80211_txq *rtwtxq_to_txq(struct rtw_txq *rtwtxq) in rtwtxq_to_txq()